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

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

    Parameters

    testPoint
    The 2D point

    Return Value

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