ShapeObject Constructor | |
Construct a ShapeObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
oDimension,
oPen,
oBrush
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ShapeObject(
Usual oPoint = default,
Usual oDimension = default,
Usual oPen = default,
Usual oBrush = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The origin of the ShapeObject object, in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the ShapeObject object, in canvas coordinates. - oPen (Optional)
- Type: Usual
The pen to be used in Draw(). If omitted, the currently selected pen is used. - oBrush (Optional)
- Type: Usual
The brush to be used in Draw(). If omitted, the currently selected brush is used.
See Also