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






    RotationMode Enumeration
    Possible values for controlling the rotation behaviour of a label.
    Syntax
    'Declaration
     
    
    Public Enum RotationMode 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As RotationMode
    Members
    MemberDescription
    CentreToRotationPointMove label position so that it remains centred on the rotation point as defined by RotationCentre
    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 the label's ScaleMode property is 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: .NET CLR 4.8 or higher

    See Also