Graphics::D rawImage (Image*,RectF*,Matrix*,Effect*,ImageAttributes*,Unit) method (gdiplusgraphics.h)
方法會在套用指定的效果之後繪製影像的一部分。
語法
Status DrawImage(
[in] Image *image,
[in] RectF *sourceRect,
[in] Matrix *xForm,
[in] Effect *effect,
[in] ImageAttributes *imageAttributes,
[in] Unit srcUnit
);
參數
[in] image
類型: 影像*
Image 物件的指標,指定要繪製的影像。
[in] sourceRect
類型: RectF*
RectF 物件的指標,指定要繪製之影像的部分。
[in] xForm
類型: 矩陣*
Matrix 物件的指標,指定轉譯影像部分的平行投影。 目的地平行投影是藉由將儲存在矩陣中的相依轉換套用至來源矩形來計算。
[in] effect
類型: 效果*
Effect 類別子系實例的指標。 子代會指定效果或調整 (,例如,在轉譯之前套用至影像的對比) 變更。 效果不會永久改變影像。
[in] imageAttributes
類型: ImageAttributes*
ImageAttributes 物件的指標,指定要在轉譯影像時套用的色彩調整。 可以是 NULL。
[in] srcUnit
類型: 單位*
Unit 列舉的 元素,指定來源矩形的測量單位。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |