C# Class touchvg.core.GiContext

Inheritance: IDisposable
Show file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GiContext() public method

public GiContext ( ) : System
return System

GiContext() public method

public GiContext ( GiContext src ) : System
src GiContext
return System

GiContext() public method

public GiContext ( float width ) : System
width float
return System

GiContext() public method

public GiContext ( float width, GiColor color ) : System
width float
color GiColor
return System

GiContext() public method

public GiContext ( float width, GiColor color, int style ) : System
width float
color GiColor
style int
return System

GiContext() public method

public GiContext ( float width, GiColor color, int style, GiColor fillcr ) : System
width float
color GiColor
style int
fillcr GiColor
return System

GiContext() public method

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

copy() public method

public copy ( GiContext src ) : GiContext
src GiContext
return GiContext

copy() public method

public copy ( GiContext src, int mask ) : GiContext
src GiContext
mask int
return GiContext

equals() public method

public equals ( GiContext src ) : bool
src GiContext
return bool

getFillARGB() public method

public getFillARGB ( ) : int
return int

getFillAlpha() public method

public getFillAlpha ( ) : int
return int

getFillColor() public method

public getFillColor ( ) : GiColor
return GiColor

getLineARGB() public method

public getLineARGB ( ) : int
return int

getLineAlpha() public method

public getLineAlpha ( ) : int
return int

getLineColor() public method

public getLineColor ( ) : GiColor
return GiColor

getLineStyle() public method

public getLineStyle ( ) : int
return int

getLineWidth() public method

public getLineWidth ( ) : float
return float

getType() public method

public getType ( ) : int
return int

hasFillColor() public method

public hasFillColor ( ) : bool
return bool

isAutoFillColor() public method

public isAutoFillColor ( ) : bool
return bool

isAutoScale() public method

public isAutoScale ( ) : bool
return bool

isNullLine() public method

public isNullLine ( ) : bool
return bool

setAutoFillColor() public method

public setAutoFillColor ( bool value ) : void
value bool
return void

setFillARGB() public method

public setFillARGB ( int argb ) : void
argb int
return void

setFillAlpha() public method

public setFillAlpha ( int alpha ) : void
alpha int
return void

setFillColor() public method

public setFillColor ( GiColor color ) : void
color GiColor
return void

setFillColor() public method

public setFillColor ( int r, int g, int b ) : void
r int
g int
b int
return void

setFillColor() public method

public setFillColor ( int r, int g, int b, int a ) : void
r int
g int
b int
a int
return void

setLineARGB() public method

public setLineARGB ( int argb ) : void
argb int
return void

setLineAlpha() public method

public setLineAlpha ( int alpha ) : void
alpha int
return void

setLineColor() public method

public setLineColor ( GiColor color ) : void
color GiColor
return void

setLineColor() public method

public setLineColor ( int r, int g, int b ) : void
r int
g int
b int
return void

setLineColor() public method

public setLineColor ( int r, int g, int b, int a ) : void
r int
g int
b int
a int
return void

setLineStyle() public method

public setLineStyle ( int style ) : void
style int
return void

setLineWidth() public method

public setLineWidth ( float width, bool autoScale ) : void
width float
autoScale bool
return void

setNoFillColor() public method

public setNoFillColor ( ) : void
return void

setNullLine() public method

public setNullLine ( ) : void
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool