Eyeshot 10 WinForms API Reference
AllVerticesInScreenPolygon Method (Entity)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : AllVerticesInScreenPolygon Method
Screen polygon data
Tells if an entity is fully contained inside a polygon defined in screen coordinates.
Syntax
'Declaration
 
Protected Friend Overridable Function AllVerticesInScreenPolygon( _
   ByVal data As ScreenPolygonParams _
) As Boolean
protected internal virtual bool AllVerticesInScreenPolygon( 
   ScreenPolygonParams data
)

Parameters

data
Screen polygon data

Return Value

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

Reference

Entity Class
Entity Members