C# Class Recurity.Swf.MorphFillStyleArray

A morph fill style array enumerates a number of fill styles.
Inheritance: FillStyleArray
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method 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 method

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.
return System

Parse() public method

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
return void

ToString() public method

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

Verify() public method

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

Write() public method

public Write ( Stream output ) : void
output Stream
return void