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 : BRHCorner Property |
public DicomAnnotationPoint BRHCorner {get; set;}
'Declaration
Public Property BRHCorner As DicomAnnotationPoint
'Usage
Dim instance As DicomTextObject Dim value As DicomAnnotationPoint instance.BRHCorner = value value = instance.BRHCorner
public DicomAnnotationPoint BRHCorner {get; set;}
<br/>get_BRHCorner();<br/>set_BRHCorner(value);<br/>Object.defineProperty('BRHCorner');
public: property DicomAnnotationPoint BRHCorner { DicomAnnotationPoint get(); void set ( DicomAnnotationPoint value); }