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

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace