C# 클래스 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.

상속: Gradient
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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

메소드 상세

FocalGradient() 공개 메소드

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.
리턴 System

Parse() 공개 메소드

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
리턴 void

ToString() 공개 메소드

Converts the value of this instance to a System.String.
public ToString ( ) : string
리턴 string

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( Stream output ) : void
output Stream
리턴 void