Flushes the drawing (for some platforms)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax member Flush : unit -> unit
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