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

AlphaBitmapData
Inheritance: ISwfSerializer
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

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

AlphaBitmapData() public method

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

GetSizeOf() public method

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

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 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
return void