C# Class touchvg.core.GiColor

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
Black ( ) : GiColor
Dispose ( ) : void
GiColor ( ) : System
GiColor ( GiColor c ) : System
GiColor ( int rgb ) : System
GiColor ( int rgb, bool alpha ) : System
GiColor ( int _r, int _g, int _b ) : System
GiColor ( int _r, int _g, int _b, int _a ) : System
Invalid ( ) : GiColor
White ( ) : GiColor
equals ( GiColor src ) : bool
getARGB ( ) : int
isInvalid ( ) : bool
set ( int _r, int _g, int _b ) : void
set ( int _r, int _g, int _b, int _a ) : void
setARGB ( int value ) : void

Private Methods

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

Method Details

Black() public static méthode

public static Black ( ) : GiColor
Résultat GiColor

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GiColor() public méthode

public GiColor ( ) : System
Résultat System

GiColor() public méthode

public GiColor ( GiColor c ) : System
c GiColor
Résultat System

GiColor() public méthode

public GiColor ( int rgb ) : System
rgb int
Résultat System

GiColor() public méthode

public GiColor ( int rgb, bool alpha ) : System
rgb int
alpha bool
Résultat System

GiColor() public méthode

public GiColor ( int _r, int _g, int _b ) : System
_r int
_g int
_b int
Résultat System

GiColor() public méthode

public GiColor ( int _r, int _g, int _b, int _a ) : System
_r int
_g int
_b int
_a int
Résultat System

Invalid() public static méthode

public static Invalid ( ) : GiColor
Résultat GiColor

White() public static méthode

public static White ( ) : GiColor
Résultat GiColor

equals() public méthode

public equals ( GiColor src ) : bool
src GiColor
Résultat bool

getARGB() public méthode

public getARGB ( ) : int
Résultat int

isInvalid() public méthode

public isInvalid ( ) : bool
Résultat bool

set() public méthode

public set ( int _r, int _g, int _b ) : void
_r int
_g int
_b int
Résultat void

set() public méthode

public set ( int _r, int _g, int _b, int _a ) : void
_r int
_g int
_b int
_a int
Résultat void

setARGB() public méthode

public setARGB ( int value ) : void
value int
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool