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