C# Class Recurity.Swf.LineStyle

A line style represents a width and color of a line. A line style is byte aligned.
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_color Rgb
_width System.UInt16

Public Methods

Method Description
LineStyle ( byte InitialVersion ) : System

A line style represents a width and color of a line.

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

LineStyle() public method

A line style represents a width and color of a line.
public LineStyle ( 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

_color protected_oe property

protected Rgb,Recurity.Swf _color
return Rgb

_width protected_oe property

protected UInt16,System _width
return System.UInt16