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

ParameterTypeDescription
widthfloatWidth of the rectangle
heigthfloatHeight of the rectangle
startAnglefloatStart angle.
sweepAnglefloatSweep angle/

See Also