Parameters
- ImageID
- GdPicture image identifier.
- DstLeft
- Specifies the x-coordinate of the upper-left corner of the rectangle that bounds the ellipse in which to draw the pie.
- DstTop
- The y-coordinate of the upper-left corner of the rectangle that bounds the ellipse in which to draw the pie.
- Width
- Specifies the width of the rectangle that bounds the ellipse in which to draw the pie.
- Height
- Specifies the height of the rectangle that bounds the ellipse in which to draw the pie.
- StartAngle
- Specifies the angle, in degrees, between the x-axis and the starting point of the arc that defines the pie. A positive value specifies clockwise rotation.
- SweepAngle
- The angle, in degrees, between the starting and ending points of the arc that defines the pie. A positive value specifies clockwise rotation.
- PenWidth
- The width, in pixel, of the pen used to draw the rectangle.
- PenColor
- Color of the pie. A suitable color value can be obtained by using the ARGBI() method.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.