WebPlanner Programmer's Guide

GraphicsEx.DrawString Method

See Also
 


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

 Overload List

Name Description

GraphicsEx.DrawString (String, Font, Brush, Point)

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

GraphicsEx.DrawString (String, Font, Brush, Rectangle)

Draws the specified text string in the specified rectangle with the specified Brush and Font objects.

GraphicsEx.DrawString (String, Font, TextAlignment, Brush, Rectangle)

Draws the specified text string in the specified rectangle with the specified Brush and Font objects, and alignment.

 See Also