Path.Rewind Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.