'Declaration Public Sub DrawText( _
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 rectThe VintasoftRectF of the drawn text.As Vintasoft.Primitives.VintasoftRectF, _
ByVal layoutPropertiesThe TextLayoutProperties, which should be used for drawing text.As TextLayoutProperties _
)
public void DrawText(
TextFont font,
string text,
Vintasoft.Primitives.VintasoftColor color,
Vintasoft.Primitives.VintasoftRectF rect,
TextLayoutProperties layoutProperties
)
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.
- rect
- The VintasoftRectF of the drawn text.
- layoutProperties
- The TextLayoutProperties, which should be used for drawing text.