Table of Contents

Class PathMeasure

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
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

arg0 Path

Path

arg1 bool

bool

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

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

POSITION_MATRIX_FLAG

public static int POSITION_MATRIX_FLAG { get; set; }

Property Value

int

TANGENT_MATRIX_FLAG

public static int TANGENT_MATRIX_FLAG { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for PathMeasure()

public static PathMeasure CreatePoolableInstance()

Returns

PathMeasure

CreatePoolableInstance(Path, bool)

HPA initializer for PathMeasure(Android.Graphics.Path arg0, bool arg1)

public static PathMeasure CreatePoolableInstance(Path arg0, bool arg1)

Parameters

arg0 Path
arg1 bool

Returns

PathMeasure

GetLength()

public float GetLength()

Returns

float

float

GetMatrix(float, Matrix, int)

public bool GetMatrix(float arg0, Matrix arg1, int arg2)

Parameters

arg0 float

float

arg1 Matrix

Matrix

arg2 int

int

Returns

bool

bool

GetPosTan(float, float[], float[])

public bool GetPosTan(float arg0, float[] arg1, float[] arg2)

Parameters

arg0 float

float

arg1 float[]

float

arg2 float[]

float

Returns

bool

bool

GetSegment(float, float, Path, bool)

public bool GetSegment(float arg0, float arg1, Path arg2, bool arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 Path

Path

arg3 bool

bool

Returns

bool

bool

IsClosed()

public bool IsClosed()

Returns

bool

bool

NextContour()

public bool NextContour()

Returns

bool

bool

SetPath(Path, bool)

public void SetPath(Path arg0, bool arg1)

Parameters

arg0 Path

Path

arg1 bool

bool