SKMemoryStream.SetMemory(Byte[]) Method

Definition

Resets the stream with a copy of the provided data.

public void SetMemory (byte[] data);

Parameters

data
Byte[]

The data to reset the stream to.

Applies to