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