DicomObjects.NET.V8
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 Integer _
    ) As Boolean
    'Usage
     
    Dim instance As DicomViewer
    Dim Index As Integer
    Dim value As Boolean
     
    value = instance.IsImageDisplayed(Index)
    public bool IsImageDisplayed( 
       int Index
    )
    public:
    bool IsImageDisplayed( 
       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.0 or higher

    See Also