InvalidateRect Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Invalidates the specified rectangle.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Sub InvalidateRect ( _
x As Integer, _
y As Integer, _
w As Integer, _
h As Integer _
)
public void InvalidateRect(
int x,
int y,
int w,
int h
)
public:
void InvalidateRect(
int x,
int y,
int w,
int h
)
member InvalidateRect :
x:int *
y:int *
w:int *
h:int -> unit
public function InvalidateRect(
x : int,
y : int,
w : int,
h : int
)
Parameters
- x
Type: System. . :: . .Int32
X coordinate of the upper left corner.
- y
Type: System. . :: . .Int32
Y coordinate of the upper left corner.
- w
Type: System. . :: . .Int32
Width; the X coordinate of the lower right corner.
- h
Type: System. . :: . .Int32
Height; the Y coordinate of the lower right corner.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.