ReadableBitmapDataExtensions Class
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
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
| ToSKBitmap(IReadableBitmapData) |
Converts the specified source to an SKBitmap.
|
| ToSKBitmap(IReadableBitmapData, SKColorType, IQuantizer, IDitherer) |
Converts the specified source to an SKBitmap that has the specified colorType.
See the Remarks section of the ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) overload for details.
|
| ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, IQuantizer, IDitherer) |
Converts the specified source to an SKBitmap that has the specified colorType and alphaType.
See the Remarks section of the ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) overload for details.
|
| ToSKBitmap(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer) |
Converts the specified source to an SKBitmap that has the specified colorType, alphaType and color space.
|
| ToSKBitmapAsync(IReadableBitmapData, TaskConfig) |
Converts the specified source to an SKBitmap asynchronously.
|
| ToSKBitmapAsync(IReadableBitmapData, SKColorType, IQuantizer, IDitherer, TaskConfig) |
Converts the specified source to an SKBitmap asynchronously.
|
| ToSKBitmapAsync(IReadableBitmapData, SKColorType, SKAlphaType, IQuantizer, IDitherer, TaskConfig) |
Converts the specified source to an SKBitmap asynchronously.
|
| ToSKBitmapAsync(IReadableBitmapData, SKColorType, SKAlphaType, WorkingColorSpace, IQuantizer, IDitherer, TaskConfig) |
Converts the specified source to an SKBitmap asynchronously.
|