C# Class touchvg.core.Shapes

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Shapes ( ) : System
Shapes ( int n ) : System
count ( ) : int
get ( int index ) : MgShape
set ( int index, MgShape value ) : void
set ( int index, MgShape v1, MgShape v2 ) : void
setSize ( int n ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Shapes() public method

public Shapes ( ) : System
return System

Shapes() public method

public Shapes ( int n ) : System
n int
return System

count() public method

public count ( ) : int
return int

get() public method

public get ( int index ) : MgShape
index int
return MgShape

set() public method

public set ( int index, MgShape value ) : void
index int
value MgShape
return void

set() public method

public set ( int index, MgShape v1, MgShape v2 ) : void
index int
v1 MgShape
v2 MgShape
return void

setSize() public method

public setSize ( int n ) : void
n int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool