C# Class touchvg.core.MgShapeFactory

Inheritance: IDisposable
Show file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
createShape ( int type ) : MgShape

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

createShape() public method

public createShape ( int type ) : MgShape
type int
return MgShape

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool