baygui::Graphicsに対する継承グラフ

Public メソッド | |
| Graphics (Image *image) | |
| void | drawPixel (int x, int y, dword color) |
| void | drawImage (Image *image, int x, int y) |
| void | drawLine (int x0, int y0, int x1, int y1) |
| void | drawRect (int x, int y, int width, int height) |
| void | drawCircle (int x0, int y0, int r) |
| void | drawString (String *str, int x, int y) |
| void | drawString (const String &str, int x, int y) |
| void | fillCircle (int x0, int y0, int r) |
| void | fillRect (int x, int y, int width, int height) |
| void | translate (int x, int y) |
| void | setClip (int cx, int cy, int cw, int ch) |
| void | setColor (unsigned char r, unsigned char g, unsigned char b) |
| void | setColor (dword color) |
| void | setFontStyle (int style) |
|
|
コンストラクタ
|
|
|
コンストラクタ
|
|
|
デストラクタ
|
|
||||||||||||||||
|
円描画
|
|
||||||||||||||||
|
イメージ描画
|
|
||||||||||||||||||||
|
直線描画
|
|
||||||||||||||||
|
点描画
|
|
||||||||||||||||||||
|
矩形描画
|
|
||||||||||||||||
|
文字列描画
|
|
||||||||||||||||
|
文字列描画
|
|
||||||||||||||||
|
円塗りつぶし描画
|
|
||||||||||||||||||||
|
矩形ぬりつぶし描画
|
|
|
フォントスタイルを得る
|
|
||||||||||||||||||||
|
クリッピング領域設定
|
|
|
色設定
|
|
||||||||||||||||
|
色設定
|
|
|
フォントスタイル(通常、太字、斜字、固定幅)を設定する. 各スタイルを"|"で組み合わせることも可能。
|
|
||||||||||||
|
座標設定
|
1.4.3