BoundingBox.PointInside Method | |
Test whether a given point is within the bounds of a bounding box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PointInside(
oPoint
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PointInside(
Usual oPoint = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The point to be tested.
Return Value
Type:
Usual
TRUE if the point is in the bounding box; otherwise, FALSE.
See Also