Share via


UIElement.InvalidateRect Method

Invalidates the specified rectangle.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public void InvalidateRect (
         int x,
         int y,
         int w,
         int h
)

Parameters

  • x
    X coordinate of the upper left corner.
  • y
    Y coordinate of the upper left corner.
  • w
    Width; the X coordinate of the lower right corner.
  • h
    Height; the Y coordinate of the lower right corner.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace