ID2D1DeviceContext::D rawGdiMetafile(ID2D1GdiMetafile*,D2D1_POINT_2F) メソッド (d2d1_1.h)
デバイス コンテキストにメタファイルを描画します。
構文
void DrawGdiMetafile(
[in] ID2D1GdiMetafile *gdiMetafile,
[in, optional] D2D1_POINT_2F targetOffset
);
パラメーター
[in] gdiMetafile
種類: ID2D1GdiMetafile*
描画するメタファイル。
[in, optional] targetOffset
型: const D2D1_POINT_2F*
レンダー ターゲットの左上隅からのオフセット。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 のWindows 8とプラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2 のWindows Server 2012とプラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | d2d1_1.h |
[DLL] | D2d1.dll |