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

Pix24
Inheritance: Pix
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
GetSizeOf ( ) : int

Gets the size of.

Pix24 ( ) : System

Creates a new Pix24 instance.

Pix24 ( byte pix24Red, byte pix24Green, byte pix24Blue ) : System

Creates a new Pix24 instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary reader.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

Method Details

GetSizeOf() public static méthode

Gets the size of.
public static GetSizeOf ( ) : int
Résultat int

Pix24() public méthode

Creates a new Pix24 instance.
public Pix24 ( ) : System
Résultat System

Pix24() public méthode

Creates a new Pix24 instance.
public Pix24 ( byte pix24Red, byte pix24Green, byte pix24Blue ) : System
pix24Red byte Pix24 red.
pix24Green byte Pix24 green.
pix24Blue byte Pix24 blue.
Résultat System

ReadData() public méthode

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

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Résultat void