Graphics.Flush
Flush()
Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.
public void Flush()
See Also
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
Flush(FlushIntention)
Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish.
public void Flush(FlushIntention intention)
Parameter | Type | Description |
---|---|---|
intention | FlushIntention | Member of the FlushIntention enumeration that specifies whether the method returns immediately or waits for any existing operations to finish. |
See Also
- enum FlushIntention
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing