'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); }