SKWStream.WriteStream(SKStream, Int32) Method

Definition

Write the contents of the specified stream to this stream.

public bool WriteStream (SkiaSharp.SKStream input, int length);

Parameters

input
SKStream

The stream to write.

length
Int32

The number of bytes to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to