Box2d.Contains Method
Parent Object: Box2dDescription
Determines whether the specified point is contained within this Box.
Syntax
Box2d.Contains( Point As Point2d ) As BooleanParameters
Name | Type | Description |
Point | Point2d | Input Point2d object that specifies the coordinate to check. |