C# Class Recurity.Swf.LineStyleArray

An array of line styles
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_lineStyleCount byte
_lineStyleCountExtended System.UInt16
_lineStyles List

Méthodes publiques

Méthode Description
LineStyleArray ( byte InitialVersion ) : System

An array of line 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

LineStyleArray() public méthode

An array of line styles
public LineStyleArray ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this objct
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

Property Details

_lineStyleCount protected_oe property

protected byte _lineStyleCount
Résultat byte

_lineStyleCountExtended protected_oe property

protected UInt16,System _lineStyleCountExtended
Résultat System.UInt16

_lineStyles protected_oe property

protected List _lineStyles
Résultat List