'Declaration Public Overrides Sub DrawString( _
ByVal textRendererThe text renderer.As Vintasoft.Barcode.TextRendering.TextRenderer, _
ByVal textA text string to draw.As String, _
ByVal colorThe color, which should be used for drawing text.As Vintasoft.Primitives.VintasoftColor, _
ByVal pointThe upper-left corner of the drawn text.As Vintasoft.Primitives.VintasoftPointF _
)
public override void DrawString(
Vintasoft.Barcode.TextRendering.TextRenderer textRenderer,
string text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
public: void DrawString(
Vintasoft.Barcode.TextRendering.TextRenderer* textRenderer,
string* text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
); override
public:
void DrawString(
Vintasoft.Barcode.TextRendering.TextRenderer^ textRenderer,
string^ text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
); override
Parameters
- textRenderer
- The text renderer.
- text
- A text string to draw.
- color
- The color, which should be used for drawing text.
- point
- The upper-left corner of the drawn text.