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



In This Topic
    RotateState Enumeration
    In This Topic
    Enumerated values for rotate mode
    Syntax
    'Declaration
     
    Public Enum RotateState 
       Inherits System.Enum
    'Usage
     
    Dim instance As RotateState
    public enum RotateState : System.Enum 
    public enum class RotateState : public System.Enum 
    Members
    MemberDescription
    FullImage is rotated 180°
    LeftImage is rotated 90° counter-clockwise
    NormalNo Rotate mode is specified
    RightImage is rotated 90° clockwise
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RotateState

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also