ReadableBitmapDataExtensions Class
Namespace: KGySoft.Drawing.WpfAssembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 9.0.0
public static class ReadableBitmapDataExtensions
<ExtensionAttribute>
Public NotInheritable Class ReadableBitmapDataExtensions
[ExtensionAttribute]
public ref class ReadableBitmapDataExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReadableBitmapDataExtensions = class end
- Inheritance
- Object ReadableBitmapDataExtensions
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.
|