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