Click or drag to resize

BoundingBox.PointInside Method

X#
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
Request Example View Source

Parameters

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