C# Class Recurity.Swf.EndShapeRecord

The end shape record simply indicates the end of the shape record array.
Inheritance: ShapeRecord
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
EndShapeRecord ( byte InitialVersion ) : System

The end shape record simply indicates the end of the shape record array.

Parse ( Stream input, BitStream bits ) : void

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output, BitStream bits ) : void

Method Details

EndShapeRecord() public méthode

The end shape record simply indicates the end of the shape record array.
public EndShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object.
Résultat System

Parse() public méthode

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
Résultat void

ToString() public méthode

Converts the value of this instance to a System.String.
public ToString ( ) : string
Résultat string

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
Résultat void