UtilityEx.AllVerticesInScreenPolygon Method

Tells if a collection of vertices is fully contained inside a polygon defined in screen coordinates.
Public Shared Function AllVerticesInScreenPolygon( _ 
ByVal data As ScreenPolygonParams, _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal count As Integer
) As Boolean
This language is not supported or no code example is available.
public static bool AllVerticesInScreenPolygon( 
ScreenPolygonParams data
IList<Point3D> vertices
int count 
)
This language is not supported or no code example is available.

Parameters

data
ScreenPolygonParams

The screen polygon params

vertices
IList<Point3D>

The collection of vertices

count
int

The number of vertices to consider

Return Value

bool

True if all the vertices are contained in the screen polygon.

.NET Framework

Supported in: 4.8

In this article

Definition