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



In This Topic
    CineFramesToDisplay Property
    In This Topic
    The set of frames to display for cine modes
    Syntax
    'Declaration
     
    
    Public Property CineFramesToDisplay As Integer()
    'Usage
     
    
    Dim instance As DicomImage
    Dim value() As Integer
     
    instance.CineFramesToDisplay = value
     
    value = instance.CineFramesToDisplay
    public int[] CineFramesToDisplay {get; set;}
    public:
    property array<int>^ CineFramesToDisplay {
       array<int>^ get();
       void set (    array<int>^ value);
    }
    Remarks
    If non-null, then the contents are used in place of native frame numbers to control which frames are displayed when CineMode is not Static.
    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