C# Class Recurity.Swf.GradRecord

The GRADRECORD defines a gradient control point.
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
GradRecord ( byte InitialVersion ) : System

The GRADRECORD defines a gradient control point.

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

GradRecord() public method

The GRADRECORD defines a gradient control point.
public GradRecord ( 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