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