Entity.InsideOrCrossingScreenPolygonPoint Method

Protected Friend Shared Function InsideOrCrossingScreenPolygonPoint( _ 
ByVal data As ScreenPolygonParams, _ 
ByVal points As IList(Of Point3D), _ 
ByVal count As Integer
) As Boolean
This language is not supported or no code example is available.
internal protected static bool InsideOrCrossingScreenPolygonPoint( 
ScreenPolygonParams data
IList<Point3D> points
int count 
)
This language is not supported or no code example is available.

Parameters

data
ScreenPolygonParams

points
IList<Point3D>

count
int

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition