VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomTextAnnotationView Class / BoundingBoxTopLeftHandCorner Property
Syntax Requirements SeeAlso
In This Topic
    BoundingBoxTopLeftHandCorner Property (WpfDicomTextAnnotationView)
    In This Topic
    Gets or sets the top-left point of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The top-left point of annotation.")>
    <CategoryAttribute("Dicom")>
    Public Property BoundingBoxTopLeftHandCorner As System.Windows.Point
    
    
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    public System.Windows.Point BoundingBoxTopLeftHandCorner { get; set; }
    
    
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    public: __property System.Windows.Point get_BoundingBoxTopLeftHandCorner();
    public: __property void set_BoundingBoxTopLeftHandCorner(
    System.Windows.Point value
    );
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    public:
    property System.Windows.Point BoundingBoxTopLeftHandCorner { System.Windows.Point get(); void set(System.Windows.Point value); }
    Requirements

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

    See Also