Invalidate the item at the specified index.
public virtual void InvalidateItemByIndex(
int index
)
Public Overridable Sub InvalidateItemByIndex(
ByVal index As Integer
)
public:
virtual void InvalidateItemByIndex(
int index
)
index
0-based index of the item to invalidate.
Calling this method will cause the viewer to re-render the item. This is performed internally by passing the value obtained the value of GetItemViewBounds for the item and if it is not empty, passing to Invalidate.
For more information, refer to Image Viewer Rendering.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET