Bitmap::Clone(constRectF&,PixelFormat) メソッド (gdiplusheaders.h)
Bitmap::Clone メソッドは、このビットマップの一部をコピーして、新しい Bitmap オブジェクトを作成します。
構文
Bitmap * Clone(
[in, ref] const RectF & rect,
[in] PixelFormat format
);
パラメーター
[in, ref] rect
型: const RectF
コピーするビットマップの部分を指定する四角形への参照。
[in] format
種類: PixelFormat
新しいビットマップのピクセル形式を指定する整数。 さまざまなピクセル形式を表す PixelFormat データ型と定数は、Gdipluspixelformats.h で定義されています。 ピクセル形式定数の詳細については、「 Image Pixel Format Constants」を参照してください。
戻り値
種類: ビットマップ*
このメソッドは、新しい Bitmap オブジェクトへのポインターを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |