The mode used by the DicomImage.CineMode Property
Member | Value | Description |
---|---|---|
doCineForward | 1 | A single run is made through the frames, and at the end, the value of this property reverts to doCineStatic |
doCineOscillate | 4 | The sequence runs from the first frame to the last, and then back through the frames to the first, and the process then restarts. |
doCineRepeat | 3 | The sequence of frames is run continuously from the first, to the last, and the sequence then restarts. |
doCineRepeatReverse | 5 | The sequence of frames is run continuously from the last, to the first, and the sequence then restarts. |
doCineReverse | 2 | A single run is made through the frames in reverse, and at the end (frame 1), the value of this property reverts to doCineStatic |
doCineStatic | 0 | The default mode. The displayed frame is selected by the Frame property, and does not change. |