다음을 통해 공유


PathIterator.Segment.Verb Property

Definition

The operation for this segment.

public virtual Android.Graphics.PathVerb Verb { [Android.Runtime.Register("getVerb", "()I", "GetGetVerbHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getVerb", "()I", "GetGetVerbHandler", ApiSince=34)>]
member this.Verb : Android.Graphics.PathVerb

Property Value

the verb which indicates the operation happening in this segment

Attributes

Remarks

The operation for this segment.

Java documentation for android.graphics.PathIterator.Segment.getVerb().

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