C# Class Recurity.Swf.FocalGradient

A FOCALGRADIENT must be declared in DefineShape4—not DefineShape, DefineShape2

or DefineShape3.

The value range is from -1.0 to 1.0, where -1.0 means the focal point is close to the left border

of the radial gradient circle, 0.0 means that the focal point is in the center of the radial

gradient circle, and 1.0 means that the focal point is close to the right border of the radial

gradient circle.

Inheritance: Gradient
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
FocalGradient ( byte InitialVersion ) : System

A FOCALGRADIENT must be declared in DefineShape4—not DefineShape, DefineShape2

or DefineShape3.

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

FocalGradient() public méthode

A FOCALGRADIENT must be declared in DefineShape4—not DefineShape, DefineShape2

or DefineShape3.

public FocalGradient ( 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