Table of Contents

Class GestureStroke

Namespace
Android.Gesture
Assembly
MASES.Netdroid.dll
public class GestureStroke : JVMBridgeBase<GestureStroke>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
GestureStroke
Implements
Extension Methods

Constructors

GestureStroke(ArrayList<GesturePoint>)

public GestureStroke(ArrayList<GesturePoint> arg0)

Parameters

arg0 ArrayList<GesturePoint>

ArrayList

GestureStroke(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GestureStroke(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

boundingBox

public RectF boundingBox { get; set; }

Property Value

RectF

length

public float length { get; set; }

Property Value

float

points

public float[] points { get; set; }

Property Value

float[]

Methods

ClearPath()

public void ClearPath()

ComputeOrientedBoundingBox()

public OrientedBoundingBox ComputeOrientedBoundingBox()

Returns

OrientedBoundingBox

OrientedBoundingBox

CreatePoolableInstance(ArrayList<GesturePoint>)

HPA initializer for GestureStroke(Java.Util.ArrayList%3CAndroid.Gesture.GesturePoint%3E arg0)

public static GestureStroke CreatePoolableInstance(ArrayList<GesturePoint> arg0)

Parameters

arg0 ArrayList<GesturePoint>

Returns

GestureStroke

GetPath()

public Path GetPath()

Returns

Path

Path

ToPath(float, float, int)

public Path ToPath(float arg0, float arg1, int arg2)

Parameters

arg0 float

float

arg1 float

float

arg2 int

int

Returns

Path

Path