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
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.PointF
     
    instance.RotationPoint = value
     
    value = instance.RotationPoint
    public System.Drawing.PointF RotationPoint {get; set;}
    public read-write property RotationPoint: System.Drawing.PointF; 
    public function get,set RotationPoint : System.Drawing.PointF
    public: __property System.Drawing.PointF get_RotationPoint();
    public: __property void set_RotationPoint( 
       System.Drawing.PointF value
    );
    public:
    property System.Drawing.PointF RotationPoint {
       System.Drawing.PointF get();
       void set (    System.Drawing.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.8 or higher

    See Also