DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / IsImageDisplayed Method / IsImageDisplayed(Int32) Method

The index of the Image within the Viewer's Images Collections.







In This Topic
    IsImageDisplayed(Int32) Method
    In This Topic
    Specifies wether a particular Image is being displayed.
    Syntax
    '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
    Remarks
    The method returns true if the Image (indexed from the Viewer's Images collection) is being displayed on the Viewer, otherwise it returns false.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also