Bitmap::Bitmap(INT,INT,PixelFormat) メソッド (gdiplusheaders.h)
指定したサイズとピクセル形式の Bitmap::Bitmap オブジェクトを作成します。 Bitmap::Bitmap オブジェクトの構築後にピクセル データを指定する必要があります。
構文
void Bitmap(
[in] INT width,
[in] INT height,
[in] PixelFormat format
);
パラメーター
[in] width
型: INT
ビットマップの幅をピクセル単位で指定する整数。
[in] height
型: INT
ビットマップの高さをピクセル単位で指定する整数。
[in] format
種類: PixelFormat
省略可能。 ビットマップのピクセル形式を指定する整数。 PixelFormat データ型と、さまざまなピクセル形式を表す定数は、Gdipluspixelformats.h で定義されています。 ピクセル形式定数の詳細については、「 Image Pixel Format Constants」を参照してください。 既定値は PixelFormat32bppARGB です。
戻り値
なし
必要条件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |