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