Click or drag to resize

BoundingBox Constructor

X#
Construct a bounding box.

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

Parameters

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