DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / RotationBehaviour Enumeration



In This Topic
    RotationBehaviour Enumeration
    In This Topic
    Rotation behaviour of the Image
    Syntax
    'Declaration
     
    
    Public Enum RotationBehaviour 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RotationBehaviour
    public enum RotationBehaviour : System.Enum 
    public enum class RotationBehaviour : public System.Enum 
    Members
    MemberDescription
    BoundingBox The top left position is defined as the top left corner of the bounding box which surrounds the rotated image.
    FixedCentrePoint The top left position is defined as being where the top left corner of the image would be if it were not rotated. If the image is rotated, it will rotate around the centre point of that non rotated position
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RotationBehaviour

    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