C# Class Recurity.Swf.Pix

Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

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

Method Details

Parse() public abstract méthode

Parses this object out of a stream
public abstract Parse ( Stream input ) : void
input Stream
Résultat void

Pix() public méthode

public Pix ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Résultat System

Verify() public abstract méthode

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

Write() public abstract méthode

public abstract Write ( Stream output ) : void
output Stream
Résultat void