SKBitmap.GetPixelSpan Method

Definition

Returns a span that wraps the pixel data.

public ReadOnlySpan<byte> GetPixelSpan ();

Returns

Returns the span.

Remarks

This span is only valid as long as the bitmap is valid

Applies to