SKManagedStream.CopyTo(SKWStream) Method

Definition

Copy the contents of this stream into the destination stream.

public int CopyTo (SkiaSharp.SKWStream destination);

Parameters

destination
SKWStream

The destination stream.

Returns

Returns the number of bytes that were copied.

Applies to