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