MetafileRecorderGraphics2D.DrawPie
MetafileRecorderGraphics2D.DrawPie method
Draws the pie.
public void DrawPie(Pen pen, Rectangle rect, float startAngle, float sweepAngle)
Parameter | Type | Description |
---|---|---|
pen | Pen | Pen that determines the color, width, and style of the figure. |
rect | Rectangle | The boundaries of the ellipse. |
startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. |
sweepAngle | Single | Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. |
See Also
- class Pen
- struct Rectangle
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging