Controls which frame of a multi-frame image is displayed
Visual Basic |
---|
Public Property LongFrame As Long |
Like all indices in DicomObjects, this is 1-based - i.e. the range is from 1 to FrameCount.
If set to a value higher than LongFrameCount, this property is reduced modulo FrameCount, to bring it within range. Cine sequences may therefore be run repeatedly simply by incrementing Frame continuously. Alternatively, to allow multi-frame images to “play” autonomously, the CineMode property may be used.
This property is equivalent to the Frame Property, but allows much larger values.