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

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

보호된 프로퍼티들

프로퍼티 타입 설명
bitmapId ushort
endBitmapMatrix Matrix
endColor RGBA
endGradientMatrix Matrix
fillStyleType byte
gradient MorphGradientCollection
startBitmapMatrix Matrix
startColor RGBA
startGradientMatrix Matrix

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

GetSizeOf() 공개 메소드

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

ReadData() 공개 메소드

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

Serialize() 공개 추상적인 메소드

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

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void

프로퍼티 상세

bitmapId 보호되어 있는 프로퍼티

Bitmap Id
protected ushort bitmapId
리턴 ushort

endBitmapMatrix 보호되어 있는 프로퍼티

End Bitmap Matrix
protected Matrix endBitmapMatrix
리턴 Matrix

endColor 보호되어 있는 프로퍼티

End Color
protected RGBA,SwfDotNet.IO.Tags.Types endColor
리턴 RGBA

endGradientMatrix 보호되어 있는 프로퍼티

End Gradient Matrix
protected Matrix endGradientMatrix
리턴 Matrix

fillStyleType 보호되어 있는 프로퍼티

Fill Style Type
protected byte fillStyleType
리턴 byte

gradient 보호되어 있는 프로퍼티

Morph Gradients collection
protected MorphGradientCollection,SwfDotNet.IO.Tags.Types gradient
리턴 MorphGradientCollection

startBitmapMatrix 보호되어 있는 프로퍼티

Start Bitmap Matrix
protected Matrix startBitmapMatrix
리턴 Matrix

startColor 보호되어 있는 프로퍼티

Start Color
protected RGBA,SwfDotNet.IO.Tags.Types startColor
리턴 RGBA

startGradientMatrix 보호되어 있는 프로퍼티

Start Gradient Matrix
protected Matrix startGradientMatrix
리턴 Matrix