IPath.Arc
Contents
[
Hide
]Arc(float, float, float, float, float)
Adds a circular arc to the path.
public void Arc(float x, float y, float radius, float startAngle, float endAngle)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the center of the arc. |
y | Single | The y-coordinate of the center of the arc. |
radius | Single | The radius of the arc. |
startAngle | Single | The starting angle of the arc in radians. |
endAngle | Single | The ending angle of the arc in radians. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Arc(float, float, float, float, float, bool)
Adds a circular arc to the path.
public void Arc(float x, float y, float radius, float startAngle, float endAngle,
bool counterclockwise)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the center of the arc. |
y | Single | The y-coordinate of the center of the arc. |
radius | Single | The radius of the arc. |
startAngle | Single | The starting angle of the arc in radians. |
endAngle | Single | The ending angle of the arc in radians. |
counterclockwise | Boolean | Specifies whether the arc should be drawn counterclockwise. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG