Click or drag to resize

PieObject Constructor

X#
Construct a PieObject object.

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

Parameters

oPoint (Optional)
Type: Usual
The position of the PieObject object in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the PieObject object in canvas coordinates.
oPen (Optional)
Type: Usual
The pen used to draw the PieObject object. By default, the current pen is used.
oBrush (Optional)
Type: Usual
The brush used to fill the PieObject object. By default, the current brush is used.
iStartAngle (Optional)
Type: Usual
The starting angle of the pie shape in degrees (0 to 360).
iEndAngle (Optional)
Type: Usual
The ending angle of the pie shape in degrees (0 to 360).
See Also