SKData.AsSpan Method

Definition

Returns a span that wraps the underlying data.

public ReadOnlySpan<byte> AsSpan ();

Returns

Returns the data as a span.

Remarks

This span is only valid as long as the data is valid.

Applies to