'Declaration Public Sub DrawString( _
ByVal fontThe TextFont, which should be used for drawing text.As TextFont, _
ByVal textA text in Unicode encoding to draw.As String, _
ByVal colorThe VintasoftColor, 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 void DrawString(
TextFont font,
string text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
public: void DrawString(
TextFont* font,
string* text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
public:
void DrawString(
TextFont^ font,
string^ text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftPointF point
)
Parameters
- font
- The TextFont, which should be used for drawing text.
- text
- A text in Unicode encoding to draw.
- color
- The VintasoftColor, which should be used for drawing text.
- point
- The upper-left corner of the drawn text.