Table of Contents

Class PathIterator

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class PathIterator : Iterator<PathIterator.Segment>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IIterator<PathIterator.Segment>
Inheritance
PathIterator
Implements
Inherited Members
Extension Methods

Constructors

PathIterator(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 PathIterator(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

VERB_CLOSE

public static int VERB_CLOSE { get; set; }

Property Value

int

VERB_CONIC

public static int VERB_CONIC { get; set; }

Property Value

int

VERB_CUBIC

public static int VERB_CUBIC { get; set; }

Property Value

int

VERB_DONE

public static int VERB_DONE { get; set; }

Property Value

int

VERB_LINE

public static int VERB_LINE { get; set; }

Property Value

int

VERB_MOVE

public static int VERB_MOVE { get; set; }

Property Value

int

VERB_QUAD

public static int VERB_QUAD { get; set; }

Property Value

int

Methods

HasNext()

public bool HasNext()

Returns

bool

bool

Next()

public object Next()

Returns

object

object

Next(float[], int)

public int Next(float[] arg0, int arg1)

Parameters

arg0 float[]

float

arg1 int

int

Returns

int

int

Peek()

public int Peek()

Returns

int

int