C# 클래스 SwfDotNet.IO.Tags.Types.MorphGradRecord

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

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

MorphGradRecord ( ) : System

Creates a new MorphGradRecord instance.

MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System

Creates a new MorphGradRecord instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

GetSizeOf() 공개 정적인 메소드

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

MorphGradRecord() 공개 메소드

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

MorphGradRecord() 공개 메소드

Creates a new MorphGradRecord instance.
public MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System
startRatio byte Start ratio.
startColor RGBA Color of the start.
endRatio byte End ratio.
endColor RGBA Color of the end.
리턴 System

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

Serialize() 공개 메소드

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

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void