SKDynamicMemoryWStream.DetachAsStream Method

Definition

Returns a read-only stream with the current data, and then resets the current stream.

public SkiaSharp.SKStreamAsset DetachAsStream ();

Returns

The stream with the data.

Remarks

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

Applies to