Click or drag to resize

EllipseObject Constructor

X#
Construct an EllipseObject object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint,
	oDimension,
	oPen,
	oBrush
) CLIPPER
Request Example View Source

Parameters

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