BoundingBox.PointInside Method (Typed) | |
Test whether a given point is within the bounds of a bounding box.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PointInside(
oPoint AS Point
) AS LOGIC
public virtual bool PointInside(
Point oPoint
)
Request Example
View SourceParameters
- oPoint
- Type: Point
The point to be tested.
Return Value
Type:
Logic
TRUE if the point is in the bounding box; otherwise, FALSE.
See Also