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

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

Private Properties

Свойство Type Description
GetNumBits uint

Méthodes publiques

Méthode Description
CXFormWithAlphaData ( ) : System

Creates a new CXFormWithAlphaData instance.

CXFormWithAlphaData ( int redMultTerms, int greenMultTerms, int blueMultTerms, int alphaMultTerms ) : System

Creates a new CXFormWithAlphaData instance.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

Private Methods

Méthode Description
GetNumBits ( ) : uint

Gets the num bits.

Method Details

CXFormWithAlphaData() public méthode

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

CXFormWithAlphaData() public méthode

Creates a new CXFormWithAlphaData instance.
public CXFormWithAlphaData ( int redMultTerms, int greenMultTerms, int blueMultTerms, int alphaMultTerms ) : System
redMultTerms int Red mult terms.
greenMultTerms int Green mult terms.
blueMultTerms int Blue mult terms.
alphaMultTerms int Alpha mult terms.
Résultat System

GetSizeOf() public méthode

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

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.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
Résultat void