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