Click or drag to resize

GraphicsFlush Method

Flushes the drawing (for some platforms)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public 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. Some platforms may not have the concept of flushing the graphics, so this would do nothing
See Also