C#
VB
WinRT C#
C++
Gets or sets the "Bounding Box Bottom Right Hand Corner" (0070,0011) attribute value.
public DicomAnnotationPoint BRHCorner { get; set; }
Public Property BRHCorner As Leadtools.Dicom.DicomAnnotationPoint
public Leadtools.Dicom.DicomAnnotationPoint BRHCorner {get; set;}
<br/>get_BRHCorner();<br/>set_BRHCorner(value);<br/>Object.defineProperty('BRHCorner');
public:
property Leadtools.Dicom.DicomAnnotationPoint BRHCorner {
Leadtools.Dicom.DicomAnnotationPoint get();
void set ( Leadtools.Dicom.DicomAnnotationPoint value);
}
Value indicating the "Bounding Box Bottom Right Hand Corner" (0070,0011) attribute value.
For an example, refer to FindFirstGraphicAnnSQItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET