UIElement.InvalidateRect Method

Invalidates the specified rectangle.

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

Syntax

public void InvalidateRect (
         intx,
         inty,
         intw,
         inth
)

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 and 4.1.

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace