SKDynamicMemoryWStream.DetachAsData Method

Definition

Returns a SKData instance of the data in the current stream, and then resets the current stream.

public SkiaSharp.SKData DetachAsData ();

Returns

Returns the SKData instance.

Remarks

After calling this method, this stream is reset to it's empty state.

Applies to