Entity.IsCrossingScreenPolygon Method

Tells if an entity is fully or partially contained inside a polygon defined in screen coordinates.
Protected Friend Overridable Function IsCrossingScreenPolygon( _ 
ByVal data As ScreenPolygonParams
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool IsCrossingScreenPolygon( 
ScreenPolygonParams data 
)
This language is not supported or no code example is available.

Parameters

data
ScreenPolygonParams

Screen polygon data

Return Value

bool

True if at least one of the vertices of the entity is contained in the screen polygon.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition