DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / CineFramesToDisplay Property



CineFramesToDisplay Property
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
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.0 or higher

See Also