ArcTo()

IGeometryPath::ArcTo(float, float, float, float) method

Appends the specified arc to the path.

virtual void Aspose::Slides::IGeometryPath::ArcTo(float width, float heigth, float startAngle, float sweepAngle)=0

Arguments

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

See Also