Class GestureStroke
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
arg0ArrayList<GesturePoint>
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
boundingBox
public RectF boundingBox { get; set; }
Property Value
length
public float length { get; set; }
Property Value
points
public float[] points { get; set; }
Property Value
- float[]
Methods
ClearPath()
public void ClearPath()
ComputeOrientedBoundingBox()
public OrientedBoundingBox ComputeOrientedBoundingBox()
Returns
CreatePoolableInstance(ArrayList<GesturePoint>)
HPA initializer for GestureStroke(Java.Util.ArrayList%3CAndroid.Gesture.GesturePoint%3E arg0)
public static GestureStroke CreatePoolableInstance(ArrayList<GesturePoint> arg0)
Parameters
arg0ArrayList<GesturePoint>
Returns
GetPath()
public Path GetPath()
Returns
ToPath(float, float, int)
public Path ToPath(float arg0, float arg1, int arg2)