Click or drag to resize

ControlInvalidate Method (Rectangle)

Queues a repaint of the specified rect of the control and any children.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Invalidate(
	Rectangle rect
)

Parameters

rect
Type: Eto.DrawingRectangle
Rectangle to repaint
Remarks
This is only useful when the control is visible.
See Also