PathIterator.Segment.Verb Property
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.
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.