'Declaration Public Overrides Sub AddString( _
ByVal barcodePathThe barcode path.As Vintasoft.Barcode.BarcodePath, _
ByVal textA string to draw.As String, _
ByVal pointThe upper-left corner of the adding text.As Vintasoft.Primitives.VintasoftPointF _
)
public override void AddString(
Vintasoft.Barcode.BarcodePath barcodePath,
string text,
Vintasoft.Primitives.VintasoftPointF point
)
public: void AddString(
Vintasoft.Barcode.BarcodePath* barcodePath,
string* text,
Vintasoft.Primitives.VintasoftPointF point
); override
public:
void AddString(
Vintasoft.Barcode.BarcodePath^ barcodePath,
string^ text,
Vintasoft.Primitives.VintasoftPointF point
); override
Parameters
- barcodePath
- The barcode path.
- text
- A string to draw.
- point
- The upper-left corner of the adding text.