C# Class touchvg.core.Floats

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
Floats ( ) : System
Floats ( int n ) : System
count ( ) : int
get ( int index ) : float
set ( int index, float value ) : void
set ( int index, float v1, float v2 ) : void
setSize ( int n ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Floats() public méthode

public Floats ( ) : System
Résultat System

Floats() public méthode

public Floats ( 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 ) : float
index int
Résultat float

set() public méthode

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

set() public méthode

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