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

In This Topic
    AllVerticesInScreenPolygon Method (Entity)
    In This Topic
    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