SKXmlStreamWriter(SKWStream) Constructor

Definition

Creates a new instance of SKXmlStreamWriter which writes to the provided stream.

public SKXmlStreamWriter (SkiaSharp.SKWStream stream);

Parameters

stream
SKWStream

The stream to write the XML to.

Applies to