Eyeshot 10 WinForms API Reference
PointInsideBoundingRect Method

WinForms Assembly > devDept.Geometry Namespace > Polygon2D Class : PointInsideBoundingRect Method
The 2D point
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

Reference

Polygon2D Class
Polygon2D Members