ArcTo

IGeometryPath.ArcTo method

Appends the specified arc to the path.

public void ArcTo(float width, float heigth, float startAngle, float sweepAngle)
ParameterTypeDescription
widthSingleWidth of the rectangle
heigthSingleHeight of the rectangle
startAngleSingleStart angle.
sweepAngleSingleSweep angle/

See Also