DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / RotationCentre Property



In This Topic
    RotationCentre Property
    In This Topic
    Controls the centre of rotation of a text label.
    Syntax
    'Declaration
     
    Public Property RotationCentre As RotationCentre
    'Usage
     
    Dim instance As DicomLabel
    Dim value As RotationCentre
     
    instance.RotationCentre = value
     
    value = instance.RotationCentre
    public RotationCentre RotationCentre {get; set;}
    public:
    property RotationCentre RotationCentre {
       RotationCentre get();
       void set (    RotationCentre value);
    }
    Remarks
    This properrty is 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.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also