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

In This Topic
    RotationPoint Property
    In This Topic
    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
    public System.Drawing.PointF RotationPoint {get; set;}
    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