C# Class Recurity.Swf.Style

A style represents an object conaitning fillstyles and linestyles. Its is used by STYLECHANGERECORD and is byte aligned.
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
Parse ( Stream input, TagTypes caller ) : void

Style ( byte InitialVersion ) : System

A style represents an object conaitning fillstyles and linestyles. Its is used by STYLECHANGERECORD and is byte aligned.

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 ) : void

Method Details

Parse() public méthode

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
Résultat void

Style() public méthode

A style represents an object conaitning fillstyles and linestyles. Its is used by STYLECHANGERECORD and is byte aligned.
public Style ( byte InitialVersion ) : System
InitialVersion byte The Swf version of the file using this object.
Résultat System

ToString() public méthode

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

Verify() public méthode

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

Write() public méthode

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