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



In This Topic
    RotationMode Enumeration
    In This Topic
    Possible values for controlling the rotation behaviour of a label.
    Syntax
    'Declaration
     
    
    Public Enum RotationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RotationMode
    public enum RotationMode : System.Enum 
    public enum class RotationMode : public System.Enum 
    Members
    MemberDescription
    CentreToRotationPointMove label position so that it remains centred on the rotation point as defined by RotationBehaviour.FixedCentrePoint
    Default Non-text labels rotate, but text labels do not.
    NoRotate The label does not rotate if the image is rotated
    WithImageThe label rotates with the image (provided that label is set to ScaleMode.Image)
    Remarks
    This is used by the DicomLabel's RotationMode property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RotationMode

    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