Method | Description | |
---|---|---|
Arc ( float x, float y, float width, float height, float startRadians, float endRadians ) : void | ||
Bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void | ||
ClearToColor ( |
||
Ellipse ( int left, int top, int right, int bottom ) : void | ||
Line ( float x1, float y1, float x2, float y2 ) : void | ||
PolyLine ( |
||
Polygon ( |
||
Rectangle ( float x, float y, float width, float height ) : void | ||
Resize ( int w, int h ) : void | ||
SetBrush ( IBrush brush ) : void | ||
SetPen ( IPen pen ) : void | ||
SetPixel ( float x, float y, |
||
StrokeAndFillTriangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void |
public abstract Arc ( float x, float y, float width, float height, float startRadians, float endRadians ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
startRadians | float | |
endRadians | float | |
return | void |
public abstract Bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void | ||
x1 | int | |
y1 | int | |
cx1 | int | |
cy1 | int | |
cx2 | int | |
cy2 | int | |
x2 | int | |
y2 | int | |
return | void |
public abstract ClearToColor ( |
||
c | ||
return | void |
public abstract Ellipse ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
public abstract Line ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public abstract PolyLine ( |
||
pts | ||
return | void |
public abstract Polygon ( |
||
pts | ||
return | void |
public abstract Rectangle ( float x, float y, float width, float height ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
public abstract Resize ( int w, int h ) : void | ||
w | int | |
h | int | |
return | void |
public abstract SetBrush ( IBrush brush ) : void | ||
brush | IBrush | |
return | void |
public abstract SetPixel ( float x, float y, |
||
x | float | |
y | float | |
c | ||
return | void |
public abstract StrokeAndFillTriangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
x3 | float | |
y3 | float | |
return | void |