Property | Type | Description | |
---|---|---|---|
dbug_canvasCount | int | ||
debug_canvas_id | int | ||
debug_releaseCount | int | ||
debug_resetCount | int |
Method | Description | |
---|---|---|
ClearSurface ( |
||
CloseCanvas ( ) : void | ||
DrawImage ( |
||
DrawImage ( |
||
DrawImages ( |
||
DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
DrawPath ( |
||
DrawRectangle ( |
||
DrawText ( char buffer, |
||
DrawText ( char buffer, int x, int y ) : void | ||
DrawText ( char buffer, int startAt, int len, |
||
FillPath ( |
||
FillPath ( |
||
FillPolygon ( |
||
FillPolygon ( |
||
FillRectangle ( |
||
FillRectangle ( |
||
Invalidate ( |
||
OffsetCanvasOrigin ( int dx, int dy ) : void | ||
OffsetCanvasOriginX ( int dx ) : void | ||
OffsetCanvasOriginY ( int dy ) : void | ||
PopClipAreaRect ( ) : void | ||
PushClipAreaRect ( int width, int height, |
||
RenderTo ( System destHdc, int sourceX, int sourceY, |
||
ResetInvalidateArea ( ) : void | ||
SetCanvasOrigin ( int x, int y ) : void | ||
SetClipRect ( |
||
dbug_DrawCrossRect ( |
||
dbug_DrawRuler ( int x ) : void |
public abstract ClearSurface ( |
||
c | ||
return | void |
public abstract DrawImage ( |
||
image | ||
dest | ||
return | void |
public abstract DrawImage ( |
||
image | ||
dest | ||
src | ||
return | void |
public abstract DrawImages ( |
||
image | ||
destAndSrcPairs | ||
return | void |
public abstract DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public abstract DrawPath ( |
||
gfxPath | ||
return | void |
public abstract DrawRectangle ( |
||
color | ||
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public abstract DrawText ( char buffer, |
||
buffer | char | |
logicalTextBox | ||
textAlignment | int | |
return | void |
public abstract DrawText ( char buffer, int x, int y ) : void | ||
buffer | char | |
x | int | |
y | int | |
return | void |
public abstract DrawText ( char buffer, int startAt, int len, |
||
buffer | char | |
startAt | int | |
len | int | |
logicalTextBox | ||
textAlignment | int | |
return | void |
public abstract FillPath ( |
||
brush | ||
gfxPath | ||
return | void |
public abstract FillPath ( |
||
color | ||
gfxPath | ||
return | void |
public abstract FillPolygon ( |
||
brush | ||
points | ||
return | void |
public abstract FillPolygon ( |
||
color | ||
points | ||
return | void |
public abstract FillRectangle ( |
||
brush | ||
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public abstract FillRectangle ( |
||
color | ||
left | float | |
top | float | |
width | float | |
height | float | |
return | void |
public abstract Invalidate ( |
||
rect | ||
return | void |
public OffsetCanvasOrigin ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |
public abstract PushClipAreaRect ( int width, int height, |
||
width | int | |
height | int | |
updateArea | ||
return | bool |
public abstract RenderTo ( System destHdc, int sourceX, int sourceY, |
||
destHdc | System | |
sourceX | int | |
sourceY | int | |
destArea | ||
return | void |
public abstract ResetInvalidateArea ( ) : void | ||
return | void |
public abstract SetCanvasOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public abstract SetClipRect ( |
||
clip | ||
combineMode | CombineMode | |
return | void |
public abstract dbug_DrawCrossRect ( |
||
color | ||
rect | ||
return | void |
public abstract dbug_DrawRuler ( int x ) : void | ||
x | int | |
return | void |