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
)
Public Sub Invalidate (
rect As Rectangle
)
member Invalidate :
rect : Rectangle -> unit
Parameters
- rect
- Type: Eto.DrawingRectangle
Rectangle to repaint
Remarks
This is only useful when the control is visible.
See Also