ReadableBitmapDataExtensionsToSKBitmap Method

Overload List

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.

See Also