Invalidate Method

Summary

Redraw the specified area in D2DSurface.

Syntax
C#
VB
C++
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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly