Error processing SSI file
(Leadtools.Controls)

Show in webframe

Invalidate(LeadRectD) Method




Invalidate rectangle in control coordinates. Pass a LeadRectD or a rectangle with 0 width or height to invalidate the enitre surface of the control.
Invalidates a portion of the entire surface of the control and causes the control to be redrawn.
Syntax
public virtual void Invalidate( 
   LeadRectD rc
)
'Declaration
 
Public Overloads Overridable Sub Invalidate( _
   ByVal rc As LeadRectD _
) 

Parameters

rc
Invalidate rectangle in control coordinates. Pass a LeadRectD or a rectangle with 0 width or height to invalidate the enitre surface of the control.
Remarks

Calling Invalidate will cause the viewer to re-render the content of the view and items. The value of rc will be used as the invalid rectangle used with ImageViewerRenderEventArgs and if it is not empty, only that portion of the viewer will updated.

To re-render a single item quickly, use InvalidateItem or InvalidateItemByIndex.

For more information, refer to Image Viewer Rendering.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members
Overload List

Error processing SSI file