Redraws the cell and causes a paint message to be sent to the MedicalViewer control that owns this cell.
public void Invalidate(
int subCellIndex
)
Public Overloads Sub Invalidate( _
ByVal subCellIndex As Integer _
)
public:
void Invalidate(
int subCellIndex
)
subCellIndex
The zero-based index of the sub-cell that will be invalidated
You must add the cell to the Leadtools.MedicalViewer control before being able to use this method. To add the cell, call the MedicalViewerCellCollection<MedicalViewerBaseCell> method.
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