VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomCompoundAnnotationViewBase Class / RotationPoint Property
Syntax Requirements SeeAlso
In This Topic
    RotationPoint Property (WpfDicomCompoundAnnotationViewBase)
    In This Topic
    Gets or sets the rotation point in coordinate space of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The rotation point in coordinate space of annotation.")>
    <TypeConverterAttribute(System.Windows.PointConverter)>
    <CategoryAttribute("Dicom")>
    Public Property RotationPoint As System.Windows.Point
    
    
    [Description("The rotation point in coordinate space of annotation.")]
    [TypeConverter(System.Windows.PointConverter)]
    [Category("Dicom")]
    public System.Windows.Point RotationPoint { get; set; }
    
    
    [Description("The rotation point in coordinate space of annotation.")]
    [TypeConverter(System.Windows.PointConverter)]
    [Category("Dicom")]
    public: __property System.Windows.Point get_RotationPoint();
    public: __property void set_RotationPoint(
    System.Windows.Point value
    );
    [Description("The rotation point in coordinate space of annotation.")]
    [TypeConverter(System.Windows.PointConverter)]
    [Category("Dicom")]
    public:
    property System.Windows.Point RotationPoint { System.Windows.Point get(); void set(System.Windows.Point value); }

    Property Value

    Default value is PointF.Empty.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also