Table of Contents

Class PathMeasure

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class PathMeasure : JVMBridgeBase<PathMeasure>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<PathMeasure>
PathMeasure
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PathMeasure>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PathMeasure>.IsAssignableFrom<T>()
JVMBridgeBase<PathMeasure>.Execute<T>(params T[])
JVMBridgeBase<PathMeasure>.DynBridgeClazz
JVMBridgeBase<PathMeasure>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PathMeasure()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PathMeasure()

PathMeasure(Path, bool)

public PathMeasure(Path arg0, bool arg1)

Parameters

arg0 Path

Path

arg1 bool

bool

PathMeasure(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PathMeasure(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

POSITION_MATRIX_FLAG

public static int POSITION_MATRIX_FLAG { get; }

Property Value

int

TANGENT_MATRIX_FLAG

public static int TANGENT_MATRIX_FLAG { get; }

Property Value

int

Methods

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