FastPointCloud.AllVerticesInScreenPolygon Method

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

Parameters

data
ScreenPolygonParams

Screen polygon data

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition