Overload | Description |
---|---|
Invalidate() | Invalidates the entire window area |
Invalidate(NRectangle) | Invalidates the specified area (in window coordinates). The next time the peer paints the window, the invalidated area will be repainted. |
Invalidate(NVisual,ENVisualInvalidationReason) | Called by visuals that render on this window, when they want to invalidate the window area they affect on the window surface. The next time the peer paints the window, the invalidated area will be repainted. |