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
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

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

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

Style() public method

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

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