DXGraphics.DrawString Method
| Name | Parameters | Description |
|---|---|---|
| DrawString(String, DXFont, DXBrush, PointF, DXStringFormat) | text, font, brush, point, format | Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. |
| DrawString(String, DXFont, DXBrush, RectangleF, DXStringFormat) | text, font, brush, layoutRectangle, format | Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. |