IsImageDisplayed(Int32) Method
Specifies wether a particular Image is being displayed.
public bool IsImageDisplayed(
int
)
public:
bool IsImageDisplayed(
int
)
'Declaration
Public Overloads Function IsImageDisplayed( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As DicomViewer
Dim Index As Integer
Dim value As Boolean
value = instance.IsImageDisplayed(Index)
Parameters
- Index
The index of the Image within the Viewer's Images Collections.
Return Value
bool
Target Platforms: .NET CLR 4.0 or higher