'Declaration <DescriptionAttribute("The bottom-right point of annotation.")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> <CategoryAttribute("Dicom")> Public Property BoundingBoxBottomRightHandCorner As System.Drawing.PointF
[Description("The bottom-right point of annotation.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] public System.Drawing.PointF BoundingBoxBottomRightHandCorner { get; set; }
[Description("The bottom-right point of annotation.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] public: __property System.Drawing.PointF get_BoundingBoxBottomRightHandCorner(); public: __property void set_BoundingBoxBottomRightHandCorner(
System.Drawing.PointF value
);
[Description("The bottom-right point of annotation.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] public:
property System.Drawing.PointF BoundingBoxBottomRightHandCorner { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }