Eyeshot 10 WinForms API Reference
IsCrossingScreenPolygon Method

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

Parameters

data
Screen polygon data

Return Value

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

Reference

Entity Class
Entity Members