GestureDescription.StrokeDescription Constructors

Definition

Overloads

GestureDescription.StrokeDescription(IntPtr, JniHandleOwnership)
GestureDescription.StrokeDescription(Path, Int64, Int64)
GestureDescription.StrokeDescription(Path, Int64, Int64, Boolean)

GestureDescription.StrokeDescription(IntPtr, JniHandleOwnership)

protected StrokeDescription (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AccessibilityServices.GestureDescription.StrokeDescription : nativeint * Android.Runtime.JniHandleOwnership -> Android.AccessibilityServices.GestureDescription.StrokeDescription

Parameters

javaReference
IntPtr

Remarks

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

GestureDescription.StrokeDescription(Path, Int64, Int64)

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;JJ)V", "", ApiSince=24)]
public StrokeDescription (Android.Graphics.Path path, long startTime, long duration);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;JJ)V", "", ApiSince=24)>]
new Android.AccessibilityServices.GestureDescription.StrokeDescription : Android.Graphics.Path * int64 * int64 -> Android.AccessibilityServices.GestureDescription.StrokeDescription

Parameters

path
Path
startTime
Int64
duration
Int64
Attributes

Remarks

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

GestureDescription.StrokeDescription(Path, Int64, Int64, Boolean)

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;JJZ)V", "", ApiSince=26)]
public StrokeDescription (Android.Graphics.Path path, long startTime, long duration, bool willContinue);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;JJZ)V", "", ApiSince=26)>]
new Android.AccessibilityServices.GestureDescription.StrokeDescription : Android.Graphics.Path * int64 * int64 * bool -> Android.AccessibilityServices.GestureDescription.StrokeDescription

Parameters

path
Path
startTime
Int64
duration
Int64
willContinue
Boolean
Attributes

Remarks

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