'Declaration
Public Overloads Function IsImageDisplayed( _ ByVal Index As System.Integer _ ) As System.Boolean
'Usage
Dim instance As DicomViewer Dim Index As System.Integer Dim value As System.Boolean value = instance.IsImageDisplayed(Index)
public System.bool IsImageDisplayed( System.int Index )
public function IsImageDisplayed( Index: System.Integer ): System.Boolean;
public function IsImageDisplayed( Index : System.int ) : System.boolean;
public: System.bool IsImageDisplayed( System.int Index )
public: System.bool IsImageDisplayed( System.int Index )
Parameters
- Index
The index of the Image within the Viewer's Images Collections.
Return Value
bool