Graphics::Flush 方法 (gdiplusgraphics.h)
Graphics::Flush 方法會排清所有擱置的圖形作業。
語法
void Flush(
[in] FlushIntention intention
);
參數
[in] intention
類型: FlushIntention
FlushIntention 列舉的 元素,指定是否立即排清擱置的作業, (未執行) 或儘快執行。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |