Edit

SKPath.Rewind Method

Definition

Caution

Use SKPathBuilder instead.

Clear any lines and curves from the path, making it empty.

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

Remarks

Any internal storage for those lines/curves is retained, making reuse of the path potentially faster.

Applies to