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

Pix15
Inheritance: Pix
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

Pix15 ( ) : System

Creates a new Pix15 instance.

Pix15 ( byte bytes ) : System

Creates a new Pix15 instance.

Pix15 ( byte red, byte green, byte blue ) : System

Creates a new Pix15 instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary reader.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

Method Details

GetSizeOf() public static method

Gets the size of.
public static GetSizeOf ( ) : int
return int

Pix15() public method

Creates a new Pix15 instance.
public Pix15 ( ) : System
return System

Pix15() public method

Creates a new Pix15 instance.
public Pix15 ( byte bytes ) : System
bytes byte Bytes.
return System

Pix15() public method

Creates a new Pix15 instance.
public Pix15 ( byte red, byte green, byte blue ) : System
red byte Red.
green byte Green.
blue byte Blue.
return System

ReadData() public method

Reads the data from a binary reader.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
return void

Serialize() public method

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

WriteTo() public method

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void