ReadWriteBitmapDataExtensionsDrawTextAsync Method

Overload List

DrawTextAsync(IReadWriteBitmapData, Color32, String, Font, PointF, StringFormat, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with a solid brush of the specified color.
DrawTextAsync(IReadWriteBitmapData, Color32, String, Font, RectangleF, StringFormat, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with a solid brush of the specified color.
DrawTextAsync(IReadWriteBitmapData, Brush, String, Font, PointF, StringFormat, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with the specified Brush.
DrawTextAsync(IReadWriteBitmapData, Brush, String, Font, RectangleF, StringFormat, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with the specified Brush.

See Also