DicomObjects.NET.8.48 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 System.Integer
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Integer
     
    instance.CineIndex = value
     
    value = instance.CineIndex
    public System.int CineIndex {get; set;}
    public read-write property CineIndex: System.Integer; 
    public function get,set CineIndex : System.int
    public: __property System.int get_CineIndex();
    public: __property void set_CineIndex( 
       System.int value
    );
    public:
    property System.int CineIndex {
       System.int get();
       void set (    System.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: .NET CLR 4.8 or higher

    See Also