Graphics::Graphics(Image*) メソッド (gdiplusgraphics.h)
Image オブジェクトに関連付けられた Graphics::Graphics オブジェクトを作成します。
構文
void Graphics(
[in] Image *image
);
パラメーター
[in] image
種類: Image*
新しい Graphics::Graphics オブジェクトに関連付けられる Image オブジェクトへのポインター。
戻り値
なし
解説
Image オブジェクトが読み取り用に開かれたメタファイルに基づいている場合、このコンストラクターは失敗します。 Image::Image(file) コンストラクターと Metafile::Metafile(file) コンストラクターは、読み取り用にメタファイルを開きます。 記録のためにメタファイルを開くには、デバイス コンテキスト ハンドルを受け取る メタファイル コンストラクターを使用します。
このコンストラクターは、イメージで次のいずれかのピクセル形式が使用されている場合にも失敗します。
- PixelFormatUndefined
- PixelFormatDontCare
- PixelFormat1bppIndexed
- PixelFormat4bppIndexed
- PixelFormat8bppIndexed
- PixelFormat16bppGrayScale
- PixelFormat16bppARGB1555
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusgraphics.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |