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