ReadableBitmapDataExtensions Class

Provides extension methods for the IReadableBitmapData type.

Definition

Namespace: KGySoft.Drawing.WinUI
Assembly: KGySoft.Drawing.WinUI (in KGySoft.Drawing.WinUI.dll) Version: 7.2.0
C#
public static class ReadableBitmapDataExtensions
Inheritance
Object    ReadableBitmapDataExtensions

Methods

ToWriteableBitmap(IReadableBitmapData) Converts the specified source to a WriteableBitmap.
ToWriteableBitmap(IReadableBitmapData, IQuantizer, IDitherer) Converts the specified source to a WriteableBitmap using an optionally specified quantizer and ditherer.
ToWriteableBitmapAsync(IReadableBitmapData, TaskConfig) Converts the specified source to a WriteableBitmap asynchronously.
ToWriteableBitmapAsync(IReadableBitmapData, IQuantizer, IDitherer, TaskConfig) Converts the specified source to a WriteableBitmap asynchronously, using an optionally specified quantizer and ditherer.

See Also