Class PathMeasure
public class PathMeasure : JVMBridgeBase<PathMeasure>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
PathMeasure
- Implements
- Extension Methods
Constructors
PathMeasure()
public PathMeasure()
PathMeasure(Path, bool)
public PathMeasure(Path arg0, bool arg1)
Parameters
PathMeasure(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 PathMeasure(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
POSITION_MATRIX_FLAG
public static int POSITION_MATRIX_FLAG { get; set; }
Property Value
TANGENT_MATRIX_FLAG
public static int TANGENT_MATRIX_FLAG { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for PathMeasure()
public static PathMeasure CreatePoolableInstance()
Returns
CreatePoolableInstance(Path, bool)
HPA initializer for PathMeasure(Android.Graphics.Path arg0, bool arg1)
public static PathMeasure CreatePoolableInstance(Path arg0, bool arg1)
Parameters
Returns
GetLength()
public float GetLength()
Returns
GetMatrix(float, Matrix, int)
public bool GetMatrix(float arg0, Matrix arg1, int arg2)
Parameters
Returns
GetPosTan(float, float[], float[])
public bool GetPosTan(float arg0, float[] arg1, float[] arg2)
Parameters
Returns
GetSegment(float, float, Path, bool)
public bool GetSegment(float arg0, float arg1, Path arg2, bool arg3)
Parameters
Returns
IsClosed()
public bool IsClosed()
Returns
NextContour()
public bool NextContour()
Returns
SetPath(Path, bool)
public void SetPath(Path arg0, bool arg1)