- delayMilliseconds
- the duration in milliseconds to delay the invalidation by
- left
- The left coordinate of the rectangle to invalidate.
- top
- The top coordinate of the rectangle to invalidate.
- right
- The right coordinate of the rectangle to invalidate.
- bottom
- The bottom coordinate of the rectangle to invalidate.
Cause an invalidate of the specified area to happen on a subsequent cycle through the event loop. Waits for the specified amount of time.
This method can be invoked from outside of the UI thread only when this View is attached to a window.