ShapePath.ArcTo
ShapePath.ArcTo method
Appends an elliptical arc to the current figure. The starting point is the end point of the current figure.
public void ArcTo(float wR, float hR, float stAng, float swAng)
Parameter | Type | Description |
---|---|---|
wR | Single | The half-width of the rectangular area of the ellipse that draws the arc. |
hR | Single | The half-height of the rectangular area of the ellipse that draws the arc. |
stAng | Single | The starting angle of the arc, measured in degrees clockwise from the x-axis. |
swAng | Single | The angle between startAngle and the end of the arc. |
See Also
- class ShapePath
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells