DicomObjects.NET.V8
DicomObjects.Enums Namespace / CineMode Enumeration



In This Topic
    CineMode Enumeration
    In This Topic
    Enumerated values for cine mode
    Syntax
    'Declaration
     
    Public Enum CineMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CineMode
    public enum CineMode : System.Enum 
    public enum class CineMode : public System.Enum 
    Members
    MemberDescription
    Forward A single run is made through the frames, and at the end, the value of this property reverts to doCineStatic.
    Oscillate The sequence runs from the first frame to the last, and then back through the frames to the first, and the process then restarts.
    Repeat The sequence of frames is run continuously from the first, to the last, and the sequence then restarts.
    RepeatReverse The sequence of frames is run continuously from the last, to the first, and the sequence then restarts.
    Reverse A single run is made through the frames in reverse, and at the end (frame 1), the value of this property reverts to doCineStatic.
    Static The default mode. The displayed frame is selected by the Frame property, and does not change.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.CineMode

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also