ReadWriteBitmapDataExtensionsDrawText Method

Overload List

DrawText(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions) Draws a text represented by a FormattedText instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions) Draws a text represented by a GlyphRun instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, ParallelConfig) Draws a text represented by a FormattedText instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, FormattedText, Single, Single, DrawingOptions) Draws a text represented by a FormattedText instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, ParallelConfig) Draws a text represented by a GlyphRun instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, GlyphRun, Single, Single, DrawingOptions) Draws a text represented by a GlyphRun instance, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Brush, FormattedText, PointF, DrawingOptions, ParallelConfig) Draws a text represented by a FormattedText instance, filling the characters with the specified Brush.
DrawText(IReadWriteBitmapData, Brush, GlyphRun, PointF, DrawingOptions, ParallelConfig) Draws a text represented by a GlyphRun instance, filling the characters with the specified Brush.
DrawText(IReadWriteBitmapData, IAsyncContext, Color32, FormattedText, PointF, DrawingOptions) Draws a text represented by a FormattedText instance, filling the characters with a solid brush of the specified color, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawText(IReadWriteBitmapData, IAsyncContext, Color32, GlyphRun, PointF, DrawingOptions) Draws a text represented by a GlyphRun instance, filling the characters with a solid brush of the specified color, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawText(IReadWriteBitmapData, IAsyncContext, Brush, FormattedText, PointF, DrawingOptions) Draws a text represented by a FormattedText instance, filling the characters with the specified Brush, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawText(IReadWriteBitmapData, IAsyncContext, Brush, GlyphRun, PointF, DrawingOptions) Draws a text represented by a GlyphRun instance, filling the characters with the specified Brush, and using a context that may belong to a higher level, possibly asynchronous operation.

See Also