'Declaration Public Overloads Function IsImageDisplayed( _ ByVal Index As Integer, _ ByVal Area As Rectangle _ ) As Boolean
'Usage Dim instance As DicomViewer Dim Index As Integer Dim Area As Rectangle Dim value As Boolean value = instance.IsImageDisplayed(Index, Area)
Parameters
- Index
The index of the Image within the Viewer's Images Collections.
- Area
The particular Area of the Image.
Return Value
bool