DicomObjects.NetStandard 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 SkiaSharp.SKPoint
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKPoint
     
    instance.RotationPoint = value
     
    value = instance.RotationPoint
    public SkiaSharp.SKPoint RotationPoint {get; set;}
    public:
    property SkiaSharp.SKPoint RotationPoint {
       SkiaSharp.SKPoint get();
       void set (    SkiaSharp.SKPoint value);
    }
    Remarks
    The point is defined using the same coordinates as Area or Points, which depend on the value of ScaleMode
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also