DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also