'Declaration Public MustOverride Sub DrawString( _
ByVal textRendererThe text renderer.As TextRenderer, _
ByVal textA 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 abstract void DrawString(
TextRenderer textRenderer,
string text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
public: abstract void DrawString(
TextRenderer* textRenderer,
string* text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
public:
abstract void DrawString(
TextRenderer^ textRenderer,
string^ text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
Parameters
- textRenderer
- The text renderer.
- text
- A string to draw.
- color
- The color, which should be used for drawing text.
- point
- The upper-left corner of the drawn text.