C# Class Recurity.Swf.BitmapMatrix

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

Méthodes publiques

Méthode Description
BitmapMatrix ( byte InitialVersion ) : System

Parse ( Stream input ) : void

ToString ( ) : string

Write ( Stream output ) : void

Private Methods

Méthode Description
Dispose ( ) : void

Method Details

BitmapMatrix() public méthode

public BitmapMatrix ( 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 ) : void
input Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

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