Click or drag to resize

GraphicsIHandlerFlush Method

Flushes the drawing (for some platforms)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Flush()
Remarks
Flushing the drawing will force any undrawn changes to be shown to the user. Typically when you are doing a lot of drawing, you may want to flush the changed periodically so that the user does not think the UI is unresponsive.
See Also