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



In This Topic
    RotationCentre Enumeration
    In This Topic
    Possible values for controlling the centre of rotation of a text label.
    Syntax
    'Declaration
     
    Public Enum RotationCentre 
       Inherits System.Enum
    'Usage
     
    Dim instance As RotationCentre
    public enum RotationCentre : System.Enum 
    public enum class RotationCentre : public System.Enum 
    Members
    MemberDescription
    AutoSizeCentreThe rotation point is the centre of the chosen text area, as defined by the AutoSizeMode property
    LabelCentreThe rotation point is the centre of the originally defined label, as defined by it's Area property
    SpecifiedPointThe rotation point is the point specified by the RotationPoint property
    TextCentreThe rotation point is the centre of the calculated text area - irrespective of the value of AutoSizeMode property
    Remarks
    These values are used for 2 purposes:
    • When an explicit rotation is applied to a label
    • When an image is rotated, but the label is not rotated due to the setting of the RotationMode which therefore requires that the label be rotated relative to the image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RotationCentre

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also