IPath.ArcTo
IPath.ArcTo method
Adds an arc segment to the path.
public void ArcTo(float x1, float y1, float x2, float y2, float radius)
Parameter | Type | Description |
---|---|---|
x1 | Single | The x-coordinate of the first arc point. |
y1 | Single | The y-coordinate of the first arc point. |
x2 | Single | The x-coordinate of the second arc point. |
y2 | Single | The y-coordinate of the second arc point. |
radius | Single | The radius of the arc. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG