DicomObjects.NET.V8
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 PointF
    'Usage
     
    Dim instance As DicomLabel
    Dim value As PointF
     
    instance.RotationPoint = value
     
    value = instance.RotationPoint
    public PointF RotationPoint {get; set;}
    public:
    property PointF RotationPoint {
       PointF get();
       void set (    PointF value);
    }
    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.0 or higher

    See Also