Click or drag to resize

BoundingBox Constructor (Point, Dimension)

X#
Construct a bounding box.

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

Parameters

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