Metafile::Metafile (HMETAFILE,constWmfPlaceableFileHeader*,BOOL) 方法 (gdiplusheaders.h)
建立用於錄製的 Windows GDI+Metafile::Metafile 物件。 格式將會是可放置的中繼檔。
語法
void Metafile(
[in] HMETAFILE hWmf,
[in] const WmfPlaceableFileHeader *wmfPlaceableFileHeader,
[in] BOOL deleteWmf
);
參數
[in] hWmf
類型: HMETAFILE
中繼檔的 Windows 控制碼。
[in] wmfPlaceableFileHeader
類型:const WmfPlaceableFileHeader*
WmfPlaceableFileHeader結構的指標,指定中繼檔標頭前面的前置標頭。
[in] deleteWmf
類型: BOOL
選擇性。 BOOL 值,指定刪除中繼檔時,是否刪除中繼檔的 Windows 控制碼。 TRUE 會指定 刪除 hWmf Windows 控制碼, FALSE 會指定 不會刪除 hWmf Windows 控制碼。 預設值為 FALSE。
傳回值
無
備註
可放置的中繼檔是 WMF 檔案,其中包含中繼檔標頭前面的前置詞。 前置標頭包含中繼檔標頭的其他資訊。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |