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

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

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

MorphLineStyle ( ) : System

Creates a new MorphLineStyle instance.

MorphLineStyle ( ushort startWith, ushort endWith, RGBA startColor, RGBA endColor ) : System

Creates a new MorphLineStyle 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

MorphLineStyle() 공개 메소드

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

MorphLineStyle() 공개 메소드

Creates a new MorphLineStyle instance.
public MorphLineStyle ( ushort startWith, ushort endWith, RGBA startColor, RGBA endColor ) : System
startWith ushort Start with.
endWith ushort End with.
startColor RGBA Color of the start.
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