C# Class touchvg.core.GiCanvas

Inheritance: global::System.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
GiCanvas ( ) : System
beginPath ( ) : void
bezierTo ( float c1x, float c1y, float c2x, float c2y, float x, float y ) : void
clearRect ( float x, float y, float w, float h ) : void
clipPath ( ) : bool
clipRect ( float x, float y, float w, float h ) : bool
closePath ( ) : void
drawBitmap ( string name, float xc, float yc, float w, float h, float angle ) : void
drawEllipse ( float x, float y, float w, float h, bool stroke, bool fill ) : void
drawHandle ( float x, float y, int type ) : void
drawLine ( float x1, float y1, float x2, float y2 ) : void
drawPath ( bool stroke, bool fill ) : void
drawRect ( float x, float y, float w, float h, bool stroke, bool fill ) : void
drawTextAt ( string text, float x, float y, float h, int align ) : float
lineTo ( float x, float y ) : void
moveTo ( float x, float y ) : void
quadTo ( float cpx, float cpy, float x, float y ) : void
restoreClip ( ) : void
saveClip ( ) : void
setBrush ( int argb, int style ) : void
setPen ( int argb, float width, int style, float phase ) : void

Private Methods

Méthode Description
GiCanvas ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorbeginPath ( ) : void
SwigDirectorbezierTo ( float c1x, float c1y, float c2x, float c2y, float x, float y ) : void
SwigDirectorclearRect ( float x, float y, float w, float h ) : void
SwigDirectorclipPath ( ) : bool
SwigDirectorclipRect ( float x, float y, float w, float h ) : bool
SwigDirectorclosePath ( ) : void
SwigDirectordrawBitmap ( string name, float xc, float yc, float w, float h, float angle ) : void
SwigDirectordrawEllipse ( float x, float y, float w, float h, bool stroke, bool fill ) : void
SwigDirectordrawHandle ( float x, float y, int type ) : void
SwigDirectordrawLine ( float x1, float y1, float x2, float y2 ) : void
SwigDirectordrawPath ( bool stroke, bool fill ) : void
SwigDirectordrawRect ( float x, float y, float w, float h, bool stroke, bool fill ) : void
SwigDirectordrawTextAt ( string text, float x, float y, float h, int align ) : float
SwigDirectorlineTo ( float x, float y ) : void
SwigDirectormoveTo ( float x, float y ) : void
SwigDirectorquadTo ( float cpx, float cpy, float x, float y ) : void
SwigDirectorrestoreClip ( ) : void
SwigDirectorsaveClip ( ) : void
SwigDirectorsetBrush ( int argb, int style ) : void
SwigDirectorsetPen ( int argb, float width, int style, float phase ) : void
getCPtr ( GiCanvas obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GiCanvas() public méthode

public GiCanvas ( ) : System
Résultat System

beginPath() public méthode

public beginPath ( ) : void
Résultat void

bezierTo() public méthode

public bezierTo ( float c1x, float c1y, float c2x, float c2y, float x, float y ) : void
c1x float
c1y float
c2x float
c2y float
x float
y float
Résultat void

clearRect() public méthode

public clearRect ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
Résultat void

clipPath() public méthode

public clipPath ( ) : bool
Résultat bool

clipRect() public méthode

public clipRect ( float x, float y, float w, float h ) : bool
x float
y float
w float
h float
Résultat bool

closePath() public méthode

public closePath ( ) : void
Résultat void

drawBitmap() public méthode

public drawBitmap ( string name, float xc, float yc, float w, float h, float angle ) : void
name string
xc float
yc float
w float
h float
angle float
Résultat void

drawEllipse() public méthode

public drawEllipse ( float x, float y, float w, float h, bool stroke, bool fill ) : void
x float
y float
w float
h float
stroke bool
fill bool
Résultat void

drawHandle() public méthode

public drawHandle ( float x, float y, int type ) : void
x float
y float
type int
Résultat void

drawLine() public méthode

public drawLine ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

drawPath() public méthode

public drawPath ( bool stroke, bool fill ) : void
stroke bool
fill bool
Résultat void

drawRect() public méthode

public drawRect ( float x, float y, float w, float h, bool stroke, bool fill ) : void
x float
y float
w float
h float
stroke bool
fill bool
Résultat void

drawTextAt() public méthode

public drawTextAt ( string text, float x, float y, float h, int align ) : float
text string
x float
y float
h float
align int
Résultat float

lineTo() public méthode

public lineTo ( float x, float y ) : void
x float
y float
Résultat void

moveTo() public méthode

public moveTo ( float x, float y ) : void
x float
y float
Résultat void

quadTo() public méthode

public quadTo ( float cpx, float cpy, float x, float y ) : void
cpx float
cpy float
x float
y float
Résultat void

restoreClip() public méthode

public restoreClip ( ) : void
Résultat void

saveClip() public méthode

public saveClip ( ) : void
Résultat void

setBrush() public méthode

public setBrush ( int argb, int style ) : void
argb int
style int
Résultat void

setPen() public méthode

public setPen ( int argb, float width, int style, float phase ) : void
argb int
width float
style int
phase float
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool