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 > DicomDataSet Class : CreateTextObject Method |
public void CreateTextObject( DicomElement graphicAnnSQItem, DicomTextObject textObject, bool checkLayer )
'Declaration
Public Sub CreateTextObject( _ ByVal graphicAnnSQItem As DicomElement, _ ByVal textObject As DicomTextObject, _ ByVal checkLayer As Boolean _ )
'Usage
Dim instance As DicomDataSet Dim graphicAnnSQItem As DicomElement Dim textObject As DicomTextObject Dim checkLayer As Boolean instance.CreateTextObject(graphicAnnSQItem, textObject, checkLayer)
public void CreateTextObject( DicomElement graphicAnnSQItem, DicomTextObject textObject, bool checkLayer )
function Leadtools.Dicom.DicomDataSet.CreateTextObject( graphicAnnSQItem , textObject , checkLayer )
public: void CreateTextObject( DicomElement^ graphicAnnSQItem, DicomTextObject^ textObject, bool checkLayer )