DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawString Method / DrawString(String,TextFormat,PointF) Method
The string to draw.
The text format to use.
The location to draw at.

In This Topic
DrawString(String,TextFormat,PointF) Method
In This Topic
Draws a string using a specified GrapeCity.Documents.Text.TextFormat at a specified location.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal text As System.String, _
   ByVal textFormat As TextFormat, _
   ByVal location As System.Drawing.PointF _
) 
 

Parameters

text
The string to draw.
textFormat
The text format to use.
location
The location to draw at.
See Also