C# Class touchvg.core.GiContext

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
GiContext ( ) : System
GiContext ( GiContext src ) : System
GiContext ( float width ) : System
GiContext ( float width, GiColor color ) : System
GiContext ( float width, GiColor color, int style ) : System
GiContext ( float width, GiColor color, int style, GiColor fillcr ) : System
GiContext ( float width, GiColor color, int style, GiColor fillcr, bool autoScale ) : System
copy ( GiContext src ) : GiContext
copy ( GiContext src, int mask ) : GiContext
equals ( GiContext src ) : bool
getFillARGB ( ) : int
getFillAlpha ( ) : int
getFillColor ( ) : GiColor
getLineARGB ( ) : int
getLineAlpha ( ) : int
getLineColor ( ) : GiColor
getLineStyle ( ) : int
getLineWidth ( ) : float
getType ( ) : int
hasFillColor ( ) : bool
isAutoFillColor ( ) : bool
isAutoScale ( ) : bool
isNullLine ( ) : bool
setAutoFillColor ( bool value ) : void
setFillARGB ( int argb ) : void
setFillAlpha ( int alpha ) : void
setFillColor ( GiColor color ) : void
setFillColor ( int r, int g, int b ) : void
setFillColor ( int r, int g, int b, int a ) : void
setLineARGB ( int argb ) : void
setLineAlpha ( int alpha ) : void
setLineColor ( GiColor color ) : void
setLineColor ( int r, int g, int b ) : void
setLineColor ( int r, int g, int b, int a ) : void
setLineStyle ( int style ) : void
setLineWidth ( float width, bool autoScale ) : void
setNoFillColor ( ) : void
setNullLine ( ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GiContext() public méthode

public GiContext ( ) : System
Résultat System

GiContext() public méthode

public GiContext ( GiContext src ) : System
src GiContext
Résultat System

GiContext() public méthode

public GiContext ( float width ) : System
width float
Résultat System

GiContext() public méthode

public GiContext ( float width, GiColor color ) : System
width float
color GiColor
Résultat System

GiContext() public méthode

public GiContext ( float width, GiColor color, int style ) : System
width float
color GiColor
style int
Résultat System

GiContext() public méthode

public GiContext ( float width, GiColor color, int style, GiColor fillcr ) : System
width float
color GiColor
style int
fillcr GiColor
Résultat System

GiContext() public méthode

public GiContext ( float width, GiColor color, int style, GiColor fillcr, bool autoScale ) : System
width float
color GiColor
style int
fillcr GiColor
autoScale bool
Résultat System

copy() public méthode

public copy ( GiContext src ) : GiContext
src GiContext
Résultat GiContext

copy() public méthode

public copy ( GiContext src, int mask ) : GiContext
src GiContext
mask int
Résultat GiContext

equals() public méthode

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

getFillARGB() public méthode

public getFillARGB ( ) : int
Résultat int

getFillAlpha() public méthode

public getFillAlpha ( ) : int
Résultat int

getFillColor() public méthode

public getFillColor ( ) : GiColor
Résultat GiColor

getLineARGB() public méthode

public getLineARGB ( ) : int
Résultat int

getLineAlpha() public méthode

public getLineAlpha ( ) : int
Résultat int

getLineColor() public méthode

public getLineColor ( ) : GiColor
Résultat GiColor

getLineStyle() public méthode

public getLineStyle ( ) : int
Résultat int

getLineWidth() public méthode

public getLineWidth ( ) : float
Résultat float

getType() public méthode

public getType ( ) : int
Résultat int

hasFillColor() public méthode

public hasFillColor ( ) : bool
Résultat bool

isAutoFillColor() public méthode

public isAutoFillColor ( ) : bool
Résultat bool

isAutoScale() public méthode

public isAutoScale ( ) : bool
Résultat bool

isNullLine() public méthode

public isNullLine ( ) : bool
Résultat bool

setAutoFillColor() public méthode

public setAutoFillColor ( bool value ) : void
value bool
Résultat void

setFillARGB() public méthode

public setFillARGB ( int argb ) : void
argb int
Résultat void

setFillAlpha() public méthode

public setFillAlpha ( int alpha ) : void
alpha int
Résultat void

setFillColor() public méthode

public setFillColor ( GiColor color ) : void
color GiColor
Résultat void

setFillColor() public méthode

public setFillColor ( int r, int g, int b ) : void
r int
g int
b int
Résultat void

setFillColor() public méthode

public setFillColor ( int r, int g, int b, int a ) : void
r int
g int
b int
a int
Résultat void

setLineARGB() public méthode

public setLineARGB ( int argb ) : void
argb int
Résultat void

setLineAlpha() public méthode

public setLineAlpha ( int alpha ) : void
alpha int
Résultat void

setLineColor() public méthode

public setLineColor ( GiColor color ) : void
color GiColor
Résultat void

setLineColor() public méthode

public setLineColor ( int r, int g, int b ) : void
r int
g int
b int
Résultat void

setLineColor() public méthode

public setLineColor ( int r, int g, int b, int a ) : void
r int
g int
b int
a int
Résultat void

setLineStyle() public méthode

public setLineStyle ( int style ) : void
style int
Résultat void

setLineWidth() public méthode

public setLineWidth ( float width, bool autoScale ) : void
width float
autoScale bool
Résultat void

setNoFillColor() public méthode

public setNoFillColor ( ) : void
Résultat void

setNullLine() public méthode

public setNullLine ( ) : void
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool