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

Public Methods

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

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