Graphics::AddMetafileComment 方法 (gdiplusgraphics.h)
Graphics::AddMetafileComment 方法會將文字批註新增至現有的元檔。
語法
Status AddMetafileComment(
[in] const BYTE *data,
[in] UINT sizeData
);
參數
[in] data
類型: const BYTE*
包含批注的緩衝區指標。
[in] sizeData
類型: UINT
整數,指定 數據 參數值中的位元元組數目。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |