Path.Rewind Method

Definition

Rewinds the path: clears any lines and curves from the path but keeps the internal data structure for faster reuse.

[Android.Runtime.Register("rewind", "()V", "GetRewindHandler")]
public virtual void Rewind ();
[<Android.Runtime.Register("rewind", "()V", "GetRewindHandler")>]
abstract member Rewind : unit -> unit
override this.Rewind : unit -> unit
Attributes

Remarks

Rewinds the path: clears any lines and curves from the path but keeps the internal data structure for faster reuse.

Java documentation for android.graphics.Path.rewind().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to