SKMemoryStream.SetMemory(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.