DicomObjects.NET.8.48 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 System.Integer()
    public System.int[] CineFramesToDisplay {get; set;}
    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: .NET CLR 4.8 or higher

    See Also