C# Class Recurity.Swf.GradRecord

The GRADRECORD defines a gradient control point.
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode 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 méthode

The GRADRECORD defines a gradient control point.
public GradRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
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