C# Class SwfDotNet.IO.Tags.Types.Pix

Abstract Pix class.
Inheritance: ISwfSerializer
Mostra file Open project: bladecoding/SwfExport

Public Methods

Method Description
Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

Method Details

Serialize() public abstract method

Serializes the specified writer.
public abstract Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void