DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / CineIndex Property



In This Topic
    CineIndex Property
    In This Topic
    The index of the currently displayed frame when using CineMode
    Syntax
    'Declaration
     
    
    Public Property CineIndex As Integer
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Integer
     
    instance.CineIndex = value
     
    value = instance.CineIndex
    public int CineIndex {get; set;}
    public:
    property int CineIndex {
       int get();
       void set (    int value);
    }
    Remarks

    This acts as an index into CineFramesToDisplay and is therefore 0-based.

    If CineFramesToDisplay is null, then this property will be equal to Frame - 1

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also