ReadWriteBitmapDataExtensionsDrawTextAsync Method

Overload List

DrawTextAsync(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, TaskConfig) Draws a text represented by a FormattedText instance asynchronously, filling the characters with a solid brush of the specified color.
DrawTextAsync(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, TaskConfig) Draws a text represented by a GlyphRun instance asynchronously, filling the characters with a solid brush of the specified color.
DrawTextAsync(IReadWriteBitmapData, Brush, FormattedText, PointF, DrawingOptions, TaskConfig) Draws a text represented by a FormattedText instance asynchronously, filling the characters with the specified Brush.
DrawTextAsync(IReadWriteBitmapData, Brush, GlyphRun, PointF, DrawingOptions, TaskConfig) Draws a text represented by a GlyphRun instance asynchronously, filling the characters with the specified Brush.

See Also