Path.PathIterator Property

Definition

Returns an iterator over the segments of this path.

public virtual Android.Graphics.PathIterator PathIterator { [Android.Runtime.Register("getPathIterator", "()Landroid/graphics/PathIterator;", "GetGetPathIteratorHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPathIterator", "()Landroid/graphics/PathIterator;", "GetGetPathIteratorHandler", ApiSince=34)>]
member this.PathIterator : Android.Graphics.PathIterator

Property Value

the Iterator object

Attributes

Remarks

Returns an iterator over the segments of this path.

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

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