DrawObject Constructor | |
Construct a DrawObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DrawObject(
Usual oPoint = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The origin of the DrawObject object in canvas coordinates.
See Also