class IconException: etc.negui.draw.draw.DrawException;
class Icon: etc.negui.draw.draw.Draw;
enum FIXED;
アイコンサイズ。
- BUGS:
- NeGuiがネムぃから引き継いだ固定サイズに依存しすぎな感じ。
- History:
- 1.030:
[S] 今気づいたけどTYPEって何だよ。FIXEDに変更。
SMALL
NORMAL
static int fixedToSize(FIXED Fixed
);
- History:
- 1.030:
[S] メソッド名等変更。
static SIZE fixedToSizeEx(FIXED Fixed
);
- History:
- 1.030:
[S] メソッド名等変更。
[P] 処理変更。
static FIXED sizeToFixed(size_t IconSize
);
this(HANDLE Handle
, bool Suicide
);
enum STOCK;
- BUGS:
- 何も考えずに適当にあわせたんでたぶん間違ってる。
this(STOCK Stock
, ref const SIZE Size
);
this(STOCK Stock
, FIXED Fixed
);
const typeof(this) dup();
- History:
- 1.100:
[S] HandleRaii.dupの継承。
[S] 戻り値の型変更(Icon -> HandleRaii)