IPath.ArcTo

IPath.ArcTo method

Adds an arc segment to the path.

public void ArcTo(float x1, float y1, float x2, float y2, float radius)
ParameterTypeDescription
x1SingleThe x-coordinate of the first arc point.
y1SingleThe y-coordinate of the first arc point.
x2SingleThe x-coordinate of the second arc point.
y2SingleThe y-coordinate of the second arc point.
radiusSingleThe radius of the arc.

See Also