JPlanner Programmer's Guide
Graphics.drawString Method
See Also
 






Draws a string.

 Overload List

Name Description

Graphics.drawString (String, Font, Brush, PointD)

Draws the specified text string at the specified location with the specified Brush and Font objects.

Graphics.drawString (String, Font, Brush, RectangleD)

Draws the specified text string at the specified location with the specified Brush and Font objects.

Graphics.drawString (String, Font, Brush, RectangleD, TextFormat)

Draws the specified text string at the specified location with the specified Brush and Font objects.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace