GestureStroke.ClearPath Method

Definition

Invalidates the cached path that is used to render the stroke.

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

Remarks

Invalidates the cached path that is used to render the stroke.

Java documentation for android.gesture.GestureStroke.clearPath().

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