ControlIHandlerInvalidate 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 void Invalidate(
Rectangle rect,
bool invalidateChildren
)
Sub Invalidate (
rect As Rectangle,
invalidateChildren As Boolean
)
abstract Invalidate :
rect : Rectangle *
invalidateChildren : bool -> unit
Parameters
- rect
- Type: Eto.DrawingRectangle
Rectangle to repaint - invalidateChildren
- Type: SystemBoolean
True to invalidate all children, false to only invalidate the container
Remarks
This is only useful when the control is visible.
See Also