Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsCrossingScreenPolygon Method
Screen polygon data

In This Topic
    IsCrossingScreenPolygon Method
    In This Topic
    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