In This Topic
Draw text string into this document in next position.
Overload List
Overload | Description |
DrawString(String,RectangleF) | Draw text string into this document in next position. |
DrawString(String,Font,Color,RectangleF) | Draw text string into this document in next position. |
DrawString(String,Font,Color,RectangleF,StringFormat) | Draw text string into this document in next position. |
DrawString(String,Font,Color,PointF) | Draws the specified text string at the specified point with the specified System.Drawing.Color and System.Drawing.Font objects. |
See Also