C# Class Recurity.Swf.EndShapeRecord

The end shape record simply indicates the end of the shape record array.
Inheritance: ShapeRecord
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

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

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.
return System

Parse() public method

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
return void

ToString() public method

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

Verify() public method

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

Write() public method

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
return void