Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / PointInsideBoundingRect Method
The 2D point

In This Topic
    PointInsideBoundingRect Method
    In This Topic
    Checks if the provided 2D point is inside the 2D polygon bounding rectangle.
    Syntax
    'Declaration
     
    Public Function PointInsideBoundingRect( _
       ByVal testPoint As Point2D _
    ) As Boolean
    public bool PointInsideBoundingRect( 
       Point2D testPoint
    )

    Parameters

    testPoint
    The 2D point

    Return Value

    True if the 2D point is inside the bounding rectangle of the 2D polygon, false otherwise.
    See Also