This document is archived and information here might be outdated.  Recommended version.


IScreenInvalidate Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenInvalidate Interface
ArcGIS Developer Help

IScreenInvalidate Interface

Provides access to a ScreenDisplay's refresh methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property InvalidArea The bounds of the invalid region.
Method Invalidate Cause the specified area of the specified cache to redraw.
Method InvalidateShape Cause the specified area of the specified cache to redraw. Use symbolSizePoints to specify point sizes and line widths.
Read-only property InvalidEnvelope The bounds of the invalid region.
Method Validate Clear dirty flag for specified cache.

Classes that implement IScreenInvalidate

Classes Description
ScreenDisplay Display class for drawing to window.