Metafile::Metafile (HDC、EmfType、constWCHAR*) 方法 (gdiplusheaders.h)
建立用於錄製的 Metafile::Metafile 物件。
語法
void Metafile(
[in] HDC referenceHdc,
[in] EmfType type,
[in] const WCHAR *description
);
參數
[in] referenceHdc
類型: HDC
Windows 控制碼,其中包含用來記錄中繼檔之顯示裝置的屬性。
[in] type
類型: EmfType
選擇性。 EmfType列舉的 元素,指定將記錄的元檔案類型。 預設值為 EmfTypeEmfPlusDual。
[in] description
類型: const WCHAR*
選擇性。 寬字元字串的指標,指定中繼檔的描述性名稱。 預設值是 NULL。
傳回值
無
備註
錄製到檔案時,檔案必須可寫入,而且 Windows GDI+ 必須能夠取得檔案的獨佔鎖定。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |