C# Class touchvg.core.Ints

Inheritance: IDisposable
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
Ints ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Ints obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Ints() public méthode

public Ints ( ) : System
Résultat System

Ints() public méthode

public Ints ( int n ) : System
n int
Résultat System

count() public méthode

public count ( ) : int
Résultat int

get() public méthode

public get ( int index ) : int
index int
Résultat int

set() public méthode

public set ( int index, int value ) : void
index int
value int
Résultat void

set() public méthode

public set ( int index, int v1, int v2 ) : void
index int
v1 int
v2 int
Résultat void

setSize() public méthode

public setSize ( int n ) : void
n int
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool