C# 클래스 SwfDotNet.IO.Tags.DefineButtonCxFormTag

DefineButtonCxFormTag defines the colour transform that is applied to each shape that is used to draw a button.

This class is only used in conjunction with DefineButtonTag. DefineButton2Tag allows colour transforms to be specified in the ButtonRecord object that identifies each shape that is displayed for a given button state.

This tag was introduced in Flash 2.

상속: BaseTag, DefineTag
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
DefineButtonCxFormTag ( ) : System

Creates a new DefineButtonCxFormTag instance.

DefineButtonCxFormTag ( ushort buttonId, CXForm buttonColorTransform ) : System

Creates a new DefineButtonCxFormTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

보호된 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

메소드 상세

DefineButtonCxFormTag() 공개 메소드

Creates a new DefineButtonCxFormTag instance.
public DefineButtonCxFormTag ( ) : System
리턴 System

DefineButtonCxFormTag() 공개 메소드

Creates a new DefineButtonCxFormTag instance.
public DefineButtonCxFormTag ( ushort buttonId, CXForm buttonColorTransform ) : System
buttonId ushort Button id.
buttonColorTransform SwfDotNet.IO.Tags.Types.CXForm Button color transform.
리턴 System

GetSizeOf() 보호된 메소드

Gets the size of.
protected GetSizeOf ( ) : int
리턴 int

ReadData() 공개 메소드

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
리턴 void

Serialize() 공개 메소드

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
리턴 void

UpdateData() 공개 메소드

see base class
public UpdateData ( byte version ) : void
version byte
리턴 void