DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / RotationPoint Property






    RotationPoint Property
    Defines the centre point used for label rotation (whether due to Angle or as a result of RotationMode) if the RotationCentre is set to SpecifiedPoint
    Syntax
    'Declaration
     
    
    Public Property RotationPoint As System.Drawing.PointF
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.PointF
     
    instance.RotationPoint = value
     
    value = instance.RotationPoint
    Remarks
    The point is defined using the same coordinates as Area or Points, which depend on the value of ScaleMode
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also