SKImage.EncodedData Property

Definition

Gets the encoded image pixels as a SKData, if the image was created from supported encoded stream format.

public SkiaSharp.SKData EncodedData { get; }

Property Value

Remarks

Returns null if the image mage contents are not encoded.

Applies to