'Declaration Public Overrides Sub DrawString( _
ByVal textRendererВизуализатор текста.As Vintasoft.Barcode.TextRendering.TextRenderer, _
ByVal textСтрока для рисования.As String, _
ByVal colorЦвет, которым следует рисовать текст.As Vintasoft.Primitives.VintasoftColor, _
ByVal pointВерхний левый угол нарисованного текста.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
- Визуализатор текста.
- text
- Строка для рисования.
- color
- Цвет, которым следует рисовать текст.
- point
- Верхний левый угол нарисованного текста.