C# Class Recurity.Swf.LineStyleArray

An array of line styles
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_lineStyleCount byte
_lineStyleCountExtended System.UInt16
_lineStyles List

Public Methods

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

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

Property Details

_lineStyleCount protected_oe property

protected byte _lineStyleCount
return byte

_lineStyleCountExtended protected_oe property

protected UInt16,System _lineStyleCountExtended
return System.UInt16

_lineStyles protected_oe property

protected List _lineStyles
return List