ICanvas.ArcTo
ICanvas.ArcTo method
Adds an arc to the current path, connecting the previous point to the start point of the arc with a straight line.
public void ArcTo(double x1, double y1, double x2, double y2, double radius)
Parameter | Type | Description |
---|---|---|
x1 | Double | The x-coordinate of the first arc point. |
y1 | Double | The y-coordinate of the first arc point. |
x2 | Double | The x-coordinate of the second arc point. |
y2 | Double | The y-coordinate of the second arc point. |
radius | Double | The radius of the arc. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG