SKPixelSerializer.OnEncode(SKPixmap) Method

Definition

Implemented by derived SKPixelSerializer types to encode the specified pixel data.

protected abstract SkiaSharp.SKData OnEncode (SkiaSharp.SKPixmap pixmap);

Parameters

pixmap
SKPixmap

The pixel data to encode.

Returns

Returns the encoded pixel data, or null if the raw pixels should be used.

Applies to