Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

Invalidate Method






The size and position of the invalidated area, to be redrawn.
Redraw the specified area in D2DSurface.
Syntax
public void Invalidate( 
   Rect rect
)
'Declaration
 
Public Sub Invalidate( _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim rect As Rect
 
instance.Invalidate(rect)

            

            
public:
void Invalidate( 
   Rect rect
) 

Parameters

rect
The size and position of the invalidated area, to be redrawn.
Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file