Search
AwtGraphics.drawString Method
See Also
 






Draws a string.

 Overload List

Name Description

AwtGraphics.drawString (String, Font, Brush, Point2D)

Draws the specified string using the specified attributes.

AwtGraphics.drawString (String, Font, Brush, Rectangle2D)

Draws the specified string using the specified attributes.

AwtGraphics.drawString (String, Font, Brush, Rectangle2D, TextFormat)

Draws the specified string using the specified attributes.

 See Also