ReadableBitmapDataExtensions Class

Provides extension methods for the IReadableBitmapData type.

Definition

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

Methods

BeginToWriteableBitmap(IReadableBitmapData, AsyncConfig) Begins to convert the specified source to a WriteableBitmap asynchronously.
BeginToWriteableBitmap(IReadableBitmapData, PixelFormat, IQuantizer, IDitherer, AsyncConfig) Begins to convert the specified source to a WriteableBitmap with a specific PixelFormat asynchronously.
EndToWriteableBitmap Waits for the pending asynchronous operation started by any of the BeginToWriteableBitmap methods to complete. In .NET Framework 4.0 and above you can use the ToWriteableBitmapAsync methods instead.
ToWriteableBitmap(IReadableBitmapData) Converts the specified source to a WriteableBitmap.
ToWriteableBitmap(IReadableBitmapData, PixelFormat, IQuantizer, IDitherer) Converts the specified source to a WriteableBitmap that has the specified PixelFormat.
ToWriteableBitmapAsync(IReadableBitmapData, TaskConfig) Converts the specified source to a WriteableBitmap asynchronously.
ToWriteableBitmapAsync(IReadableBitmapData, PixelFormat, IQuantizer, IDitherer, TaskConfig) Converts the specified source to a WriteableBitmap asynchronously.

See Also