Méthode | Description | |
---|---|---|
BeginDrawing ( ) : void | ||
BeginEntity ( object entity ) : void | ||
BeginLines ( bool rounded ) : void | ||
Clear ( Color clearColor ) : void | ||
DrawArc ( float cx, float cy, float radius, float startAngle, float endAngle, float w ) : void | ||
DrawImage ( IImage img, float x, float y, float width, float height ) : void | ||
DrawLine ( float sx, float sy, float ex, float ey, float w ) : void | ||
DrawOval ( float x, float y, float width, float height, float w ) : void | ||
DrawPolygon ( |
||
DrawRect ( float x, float y, float width, float height, float w ) : void | ||
DrawRoundedRect ( float x, float y, float width, float height, float radius, float w ) : void | ||
DrawString ( string s, float x, float y ) : void | ||
DrawString ( string s, float x, float y, float width, float height, LineBreakMode lineBreak, TextAlignment align ) : void | ||
EndDrawing ( ) : void | ||
EndLines ( ) : void | ||
FillArc ( float cx, float cy, float radius, float startAngle, float endAngle ) : void | ||
FillOval ( float x, float y, float width, float height ) : void | ||
FillPolygon ( |
||
FillRect ( float x, float y, float width, float height ) : void | ||
FillRoundedRect ( float x, float y, float width, float height, float radius ) : void | ||
GetFontMetrics ( ) : IFontMetrics | ||
ImageFromFile ( string filename ) : IImage | ||
RestoreState ( ) : void | ||
SaveState ( ) : void | ||
Scale ( float sx, float sy ) : void | ||
SetClippingRect ( float x, float y, float width, float height ) : void | ||
SetColor ( Color c ) : void | ||
SetFont ( |
||
SetGradient ( |
||
SvgGraphics ( Stream s, |
||
SvgGraphics ( |
||
SvgGraphics ( |
||
Translate ( float dx, float dy ) : void | ||
WriteArc ( float cx, float cy, float radius, float startAngle, float endAngle, float w, string stroke, string strokeOp, string fill ) : void |
Méthode | Description | |
---|---|---|
AddGradient ( |
||
FormatColor ( Color c ) : string | ||
Write ( string s ) : void | ||
WriteLine ( string s ) : void |
public BeginEntity ( object entity ) : void | ||
entity | object | |
Résultat | void |
public DrawArc ( float cx, float cy, float radius, float startAngle, float endAngle, float w ) : void | ||
cx | float | |
cy | float | |
radius | float | |
startAngle | float | |
endAngle | float | |
w | float | |
Résultat | void |
public DrawImage ( IImage img, float x, float y, float width, float height ) : void | ||
img | IImage | |
x | float | |
y | float | |
width | float | |
height | float | |
Résultat | void |
public DrawLine ( float sx, float sy, float ex, float ey, float w ) : void | ||
sx | float | |
sy | float | |
ex | float | |
ey | float | |
w | float | |
Résultat | void |
public DrawOval ( float x, float y, float width, float height, float w ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
w | float | |
Résultat | void |
public DrawPolygon ( |
||
poly | ||
w | float | |
Résultat | void |
public DrawRect ( float x, float y, float width, float height, float w ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
w | float | |
Résultat | void |
public DrawRoundedRect ( float x, float y, float width, float height, float radius, float w ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
radius | float | |
w | float | |
Résultat | void |
public DrawString ( string s, float x, float y ) : void | ||
s | string | |
x | float | |
y | float | |
Résultat | void |
public DrawString ( string s, float x, float y, float width, float height, LineBreakMode lineBreak, TextAlignment align ) : void | ||
s | string | |
x | float | |
y | float | |
width | float | |
height | float | |
lineBreak | LineBreakMode | |
align | TextAlignment | |
Résultat | void |
public FillArc ( float cx, float cy, float radius, float startAngle, float endAngle ) : void | ||
cx | float | |
cy | float | |
radius | float | |
startAngle | float | |
endAngle | float | |
Résultat | void |
public FillOval ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
Résultat | void |
public FillRect ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
Résultat | void |
public FillRoundedRect ( float x, float y, float width, float height, float radius ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
radius | float | |
Résultat | void |
public ImageFromFile ( string filename ) : IImage | ||
filename | string | |
Résultat | IImage |
public SetClippingRect ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
Résultat | void |
public SvgGraphics ( Stream s, |
||
s | Stream | |
viewBox | ||
Résultat | System |
public SvgGraphics ( |
||
tw | ||
viewBox | ||
Résultat | System |
public SvgGraphics ( |
||
tw | ||
viewBox | ||
Résultat | System |
public Translate ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
Résultat | void |
public WriteArc ( float cx, float cy, float radius, float startAngle, float endAngle, float w, string stroke, string strokeOp, string fill ) : void | ||
cx | float | |
cy | float | |
radius | float | |
startAngle | float | |
endAngle | float | |
w | float | |
stroke | string | |
strokeOp | string | |
fill | string | |
Résultat | void |