EllipseObject Constructor | |
Construct an EllipseObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
oDimension,
oPen,
oBrush
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public EllipseObject(
Usual oPoint = default,
Usual oDimension = default,
Usual oPen = default,
Usual oBrush = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The position of the EllipseObject object in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the EllipseObject object in canvas coordinates. - oPen (Optional)
- Type: Usual
The pen used to draw the EllipseObject object. By default, the current pen is used. - oBrush (Optional)
- Type: Usual
The brush used to fill the EllipseObject object. By default, the current brush is used.
See Also