| BeginDrawText(IReadWriteBitmapData, Color32, String, Font, PointF, StringFormat, DrawingOptions, AsyncConfig) | Begins to draw a text, filling the characters with a solid brush of the specified color. |
| BeginDrawText(IReadWriteBitmapData, Color32, String, Font, RectangleF, StringFormat, DrawingOptions, AsyncConfig) | Begins to draw a text, filling the characters with a solid brush of the specified color. |
| BeginDrawText(IReadWriteBitmapData, Brush, String, Font, PointF, StringFormat, DrawingOptions, AsyncConfig) | Begins to draw a text, filling the characters with the specified Brush. |
| BeginDrawText(IReadWriteBitmapData, Brush, String, Font, RectangleF, StringFormat, DrawingOptions, AsyncConfig) | Begins to draw a text, filling the characters with the specified Brush. |