Click or drag to resize

BoundingBox.PointInside Method (Typed)

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

Parameters

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