ArcTo()
GeometryPath::ArcTo(float, float, float, float) method
Appends the specified arc to the path.
void Aspose::Slides::GeometryPath::ArcTo(float width, float heigth, float startAngle, float sweepAngle) override
Arguments
Parameter | Type | Description |
---|---|---|
width | float | Width of the rectangle |
heigth | float | Height of the rectangle |
startAngle | float | Start angle. |
sweepAngle | float | Sweep angle/ |
See Also
- Class GeometryPath
- Namespace Aspose::Slides
- Library Aspose.Slides