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

EndShapeRecord defines the end of a shape sequence.

When this object is readed by the Flash Player, it stop to draw the current shape records.

This tag was introduced in Flash 1.

Inheritance: NonEdgeRecord
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
EndShapeRecord ( ) : System

Creates a new EndShapeRecord instance.

GetBitSizeOf ( int currentLength ) : int

Gets the bit size of.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

Method Details

EndShapeRecord() public method

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

GetBitSizeOf() public method

Gets the bit size of.
public GetBitSizeOf ( int currentLength ) : int
currentLength int Length of the current.
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.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void