ICanvas.Ellipse
Contents
[
Hide
]Ellipse(double, double, double, double, double, double, double)
Adds an ellipse to the current path.
public void Ellipse(double x, double y, double radiusX, double radiusY, double rotation,
double startAngle, double endAngle)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate of the center of the ellipse. |
y | Double | The y-coordinate of the center of the ellipse. |
radiusX | Double | The x-radius of the ellipse. |
radiusY | Double | The y-radius of the ellipse. |
rotation | Double | The rotation of the ellipse in radians. |
startAngle | Double | The starting angle of the ellipse in radians. |
endAngle | Double | The ending angle of the ellipse in radians. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Ellipse(double, double, double, double, double, double, double, bool)
Adds an ellipse to the current path.
public void Ellipse(double x, double y, double radiusX, double radiusY, double rotation,
double startAngle, double endAngle, bool anticlockwise)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate of the center of the ellipse. |
y | Double | The y-coordinate of the center of the ellipse. |
radiusX | Double | The x-radius of the ellipse. |
radiusY | Double | The y-radius of the ellipse. |
rotation | Double | The rotation of the ellipse in radians. |
startAngle | Double | The starting angle of the ellipse in radians. |
endAngle | Double | The ending angle of the ellipse in radians. |
anticlockwise | Boolean | Specifies whether the ellipse should be drawn in the anticlockwise direction. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG