BoundingBox Constructor | |
Construct a bounding box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
xPoint
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public BoundingBox(
Usual oPoint = default,
Usual xPoint = default
)
Request Example
View SourceParameters
- 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