PieObject Constructor | |
Construct a PieObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
oDimension,
oPen,
oBrush,
iStartAngle,
iEndAngle
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public PieObject(
Usual oPoint = default,
Usual oDimension = default,
Usual oPen = default,
Usual oBrush = default,
Usual iStartAngle = default,
Usual iEndAngle = default
)
Request Example
View SourceParameters
- 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