Click or drag to resize

DrawableIHandlerUpdate Method

Update the specified region directly

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Update(
	Rectangle region
)

Parameters

region
Type: Eto.DrawingRectangle
Region to update the control
Remarks
This forces the region to be painted immediately. On some platforms, this will be similar to calling Invalidate(Rectangle), and queue the repaint instead of blocking until it is painted.
See Also