C# Class touchvg.core.MgShapeIterator

Inheritance: IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
MgShapeIterator ( touchvg.core.MgShapes shapes ) : System
freeIterator ( ) : void
getFirstShape ( ) : MgShape
getNextShape ( ) : MgShape

Private Methods

Method Description
MgShapeIterator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgShapeIterator obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MgShapeIterator() public method

public MgShapeIterator ( touchvg.core.MgShapes shapes ) : System
shapes touchvg.core.MgShapes
return System

freeIterator() public method

public freeIterator ( ) : void
return void

getFirstShape() public method

public getFirstShape ( ) : MgShape
return MgShape

getNextShape() public method

public getNextShape ( ) : MgShape
return MgShape

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool