DrawString(String,TextFormat,PointF) Method
Draws a string using a specified
GrapeCity.Documents.Text.TextFormat at a specified location.
public void DrawString(
System.string ,
TextFormat ,
System.Drawing.PointF
)
'Declaration
Public Overloads Sub DrawString( _
ByVal As System.String, _
ByVal As TextFormat, _
ByVal As System.Drawing.PointF _
)
Parameters
- text
- The string to draw.
- textFormat
- The text format to use.
- location
- The location to draw at.