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

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

Méthodes publiques

Méthode Description
AlphaBitmapData ( ) : System

Creates a new AlphaBitmapData instance.

AlphaBitmapData ( RGBA bitmapPixelData ) : System

Creates a new AlphaBitmapData instance.

GetSizeOf ( ) : int

Gets the size of.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

Method Details

AlphaBitmapData() public méthode

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

AlphaBitmapData() public méthode

Creates a new AlphaBitmapData instance.
public AlphaBitmapData ( RGBA bitmapPixelData ) : System
bitmapPixelData RGBA Bitmap pixel data.
Résultat System

GetSizeOf() public méthode

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

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