Invalidate Method
Summary
Redraw the specified area in D2DSurface.
Syntax
public void Invalidate(
Rect rect
)
Public Sub Invalidate( _
ByVal rect As Rect _
)
public:
void Invalidate(
Rect rect
)
Parameters
rect
The size and position of the invalidated area, to be redrawn.