Graphics::D rawImage (Image*,constPoint&) 方法 (gdiplusgraphics.h)
Graphics::D rawImage 方法會繪製影像。
語法
Status DrawImage(
[in] Image *image,
[in, ref] const Point & point
);
參數
[in] image
類型: 影像*
指定來源影像之 Image 物件的指標。
[in, ref] point
類型: const Point
Point 對象的參考,指定繪製影像之目的地位置左上角的座標。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |