Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackInvalidate Method (Rectangle, Boolean)

Queues a repaint of the specified rect of the control

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

Parameters

rect
Type: Eto.DrawingRectangle
Rectangle to repaint
invalidateChildren
Type: SystemBoolean
True to invalidate all children, false to only invalidate the container

Implements

ControlIHandlerInvalidate(Rectangle, Boolean)
Remarks
This is only useful when the control is visible.
See Also