C# Класс Recurity.Swf.EndShapeRecord

The end shape record simply indicates the end of the shape record array.
Наследование: ShapeRecord
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EndShapeRecord() публичный Метод

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.
Результат System

Parse() публичный Метод

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
Результат void

ToString() публичный Метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный Метод

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный Метод

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
Результат void