C# 클래스 Recurity.Swf.TagHandler.DefineButton

The DefineButton tag defines a button character for later use by control tags such as

PlaceObject.

DefineButton includes an array of Button records that represent the four button shapes: an up

character, a mouse-over character, a down character, and a hit-area character. It is not

necessary to define all four states, but at least one button record must be present. For example,

if the same button record defines both the up and over states, only three button records are

required to describe the button.

More than one button record per state is allowed. If two button records refer to the same state,

both are displayed for that state.

DefineButton also includes an array of ACTIONRECORDs, which are performed when the

button is clicked and released

상속: AbstractTagCodeHandler, ISwfCharacter
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
DefineButton ( byte InitialVersion ) : System

The DefineButton tag defines a button character for later use by control tags such as PlaceObject

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object back to a stream

보호된 메소드들

메소드 설명
Parse ( ) : void

Parses this object out of a stream

메소드 상세

DefineButton() 공개 메소드

The DefineButton tag defines a button character for later use by control tags such as PlaceObject
public DefineButton ( byte InitialVersion ) : System
InitialVersion byte The minimum version of the Swf file using this tag.
리턴 System

Parse() 보호된 메소드

Parses this object out of a stream
protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

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

Write() 공개 메소드

Writes this object back to a stream
public Write ( Stream output ) : void
output Stream The output file.
리턴 void