Method |
Description |
|
clear ( ) : void |
|
|
drawArc ( int x, int y, int w, int h, int startAngle, int arcAngle ) : void |
|
|
drawImage ( Microsoft canvasBitmap, int x, int y ) : void |
|
|
drawImage ( Microsoft canvasBitmap, int x, int y, int w, int h ) : void |
|
|
drawLine ( int x1, int y1, int x2, int y2 ) : void |
|
|
drawRect ( int x, int y, int w, int h, int stroke ) : void |
|
|
drawRoundRect ( int x, int y, int w, int h, int arcW, int arcH ) : void |
|
|
drawString ( string str, int x, int y ) : void |
|
|
fillArc ( int x, int y, int w, int h, int startAngle, int arcAngle ) : void |
|
|
fillLinearGradient ( int startColor, int endColor, int x, int y, int width, int height, bool horizontal ) : void |
|
|
fillPolygon ( int p1, int p2 ) : void |
|
|
fillRadialGradient ( int startColor, int endColor, int x, int y, int width, int height ) : void |
|
|
fillRect ( int x, int y, int w, int h ) : void |
|
|
fillRoundRect ( int x, int y, int w, int h, int arcW, int arcH ) : void |
|
|
isMutable ( ) : bool |
|
|
setClip ( ui clip ) : void |
|
|
tileImage ( Microsoft canvasBitmap, int x, int y, int w, int h ) : void |
|
|