Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomTextObject Class : TLHCorner Property |
public DicomAnnotationPoint TLHCorner {get; set;}
'Declaration
Public Property TLHCorner As DicomAnnotationPoint
'Usage
Dim instance As DicomTextObject Dim value As DicomAnnotationPoint instance.TLHCorner = value value = instance.TLHCorner
public DicomAnnotationPoint TLHCorner {get; set;}
<br/>get_TLHCorner();<br/>set_TLHCorner(value);<br/>Object.defineProperty('TLHCorner');
public: property DicomAnnotationPoint TLHCorner { DicomAnnotationPoint get(); void set ( DicomAnnotationPoint value); }