C# Class Recurity.Swf.MorphFillStyleArray

A morph fill style array enumerates a number of fill styles.
Inheritance: FillStyleArray
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
MorphFillStyleArray ( byte InitialVersion ) : System

A morph fill style array enumerates a number of fill styles.

Parse ( Stream input, TagTypes caller ) : 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 ) : void

Method Details

MorphFillStyleArray() public méthode

A morph fill style array enumerates a number of fill styles.
public MorphFillStyleArray ( 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, TagTypes caller ) : void
input Stream
caller TagTypes
Résultat void

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