C#
VB
WinRT C#
C++
Gets or sets the "Bounding Box Top Left Hand Corner" (0070,0010) attribute value.
public DicomAnnotationPoint TLHCorner { get; set; }
Public Property TLHCorner As Leadtools.Dicom.DicomAnnotationPoint
public Leadtools.Dicom.DicomAnnotationPoint TLHCorner {get; set;}
<br/>get_TLHCorner();<br/>set_TLHCorner(value);<br/>Object.defineProperty('TLHCorner');
public:
property Leadtools.Dicom.DicomAnnotationPoint TLHCorner {
Leadtools.Dicom.DicomAnnotationPoint get();
void set ( Leadtools.Dicom.DicomAnnotationPoint value);
}
Value indicating the "Bounding Box Top Left Hand Corner" (0070,0010) 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