SKPixmap.GetPixelSpan Method

Definition

Overloads

GetPixelSpan()

Returns a span that wraps the pixel data.

GetPixelSpan<T>()

GetPixelSpan()

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 pixmap is valid

Applies to

GetPixelSpan<T>()

public Span<T> GetPixelSpan<T> () where T : struct;

Type Parameters

T

Returns

Span<T>

Applies to