Click or drag to resize

BoundingBox Constructor (Usual, Usual)

X#
Construct a bounding box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint AS USUAL,
	xPoint AS USUAL
)
Request Example View Source

Parameters

oPoint
Type: Usual
The origin of the bounding box, in canvas coordinates.
xPoint
Type: Usual
The dimension of the bounding box. This may be a Dimension objector a Point object.
See Also