Bitmap::Bitmap(INT,INT,Graphics*) メソッド (gdiplusheaders.h)
Graphics オブジェクト、幅、高さに基づいて Bitmap::Bitmap オブジェクトを作成します。
構文
void Bitmap(
[in] INT width,
[in] INT height,
[in] Graphics *target
);
パラメーター
[in] width
型: INT
ビットマップの幅をピクセル単位で指定する整数。
[in] height
型: INT
ビットマップの高さをピクセル単位で指定する整数。
[in] target
種類: グラフィックス*
新しい Bitmap::Bitmap オブジェクトの特定のプロパティ (1 インチあたりのドット数など) を初期化するために使用される情報を含む Graphics オブジェクトへのポインター。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |