C# Class touchvg.core.Ints

Inheritance: IDisposable
Mostrar archivo Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Ints() public method

public Ints ( ) : System
return System

Ints() public method

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

count() public method

public count ( ) : int
return int

get() public method

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

set() public method

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

set() public method

public set ( int index, int v1, int v2 ) : void
index int
v1 int
v2 int
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