DicomObjects.NET.8.48 Documentation
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
    public RotationCentre RotationCentre {get; set;}
    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.8 or higher

    See Also