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
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetBitSizeOf() public méthode

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