Edit

SKPath.Close Method

Definition

Caution

Use SKPathBuilder instead.

Closes the current contour.

[System.Obsolete("Use SKPathBuilder instead.")]
public void Close();
Attributes

Remarks

If the current point is not equal to the first point of the contour, a line segment is automatically added.

Applies to