ReadWriteBitmapDataExtensions Class

Provides extension methods for the IReadWriteBitmapData type.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
C#
public static class ReadWriteBitmapDataExtensions
Inheritance
Object    ReadWriteBitmapDataExtensions

Methods

DrawText(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions) Draws a text, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws a text, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Color32, String, SKFont, Single, Single, DrawingOptions) Draws a text, filling the characters with a solid brush of the specified color.
DrawText(IReadWriteBitmapData, Brush, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws a text, filling the characters with the specified Brush.
DrawText(IReadWriteBitmapData, IAsyncContext, Color32, String, SKFont, PointF, DrawingOptions) Draws a text, 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, String, SKFont, PointF, DrawingOptions) Draws a text, filling the characters with the specified Brush, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextAsync(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with a solid brush of the specified color.
DrawTextAsync(IReadWriteBitmapData, Brush, String, SKFont, PointF, DrawingOptions, TaskConfig) Draws a text asynchronously, filling the characters with the specified Brush.
DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, Single, Single, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Pen, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws the outline of a text with the specified Pen.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Color32, String, SKFont, PointF, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Pen, String, SKFont, PointF, DrawingOptions) Draws the outline of a text with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextOutlineAsync(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions, TaskConfig) Draws the one-pixel wide outline of a text with the specified color asynchronously.
DrawTextOutlineAsync(IReadWriteBitmapData, Pen, String, SKFont, PointF, DrawingOptions, TaskConfig) Draws the outline of a text with the specified Pen asynchronously.

See Also