Graphics::Flush メソッド (gdiplusgraphics.h)
Graphics::Flush メソッドは、保留中のすべてのグラフィックス操作をフラッシュします。
構文
void Flush(
[in] FlushIntention intention
);
パラメーター
[in] intention
保留中の操作をすぐにフラッシュするか (実行されない)、またはできるだけ早く実行するかを指定する FlushIntention 列挙体の要素。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusgraphics.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |