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