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

Наследование: AbstractSwfElement
Показать файл Открыть проект

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

Метод Описание
Parse ( Stream input ) : void

Parses this object out of a stream

Pix ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this this object and its components for documentation compliance.

Write ( Stream output ) : void

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

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

Parses this object out of a stream
public abstract Parse ( Stream input ) : void
input Stream
Результат void

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

public Pix ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

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

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

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