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

MorphGradRecord
Inheritance: ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
GetSizeOf ( ) : int

Gets the size of.

MorphGradRecord ( ) : System

Creates a new MorphGradRecord instance.

MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System

Creates a new MorphGradRecord instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

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

MorphGradRecord() public méthode

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

MorphGradRecord() public méthode

Creates a new MorphGradRecord instance.
public MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System
startRatio byte Start ratio.
startColor RGBA Color of the start.
endRatio byte End ratio.
endColor RGBA Color of the end.
Résultat System

ReadData() public méthode

Reads the data.
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