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

FillStyle is the abstract class for the following classes: SolidFill, GradientFill and BitmapFill
상속: SizeStruct, ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bitmapId ushort
bitmapMatrix Matrix
fillStyleType byte
gradient GradientRecordCollection
gradientMatrix Matrix
rgbColor RGBColor

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : 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, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
리턴 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 ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void

프로퍼티 상세

bitmapId 보호되어 있는 프로퍼티

Bitmap fill bitmap Id
protected ushort bitmapId
리턴 ushort

bitmapMatrix 보호되어 있는 프로퍼티

Bitmap fill transform matrix
protected Matrix bitmapMatrix
리턴 Matrix

fillStyleType 보호되어 있는 프로퍼티

Fill Style type
protected byte fillStyleType
리턴 byte

gradient 보호되어 있는 프로퍼티

Gradients
protected GradientRecordCollection,SwfDotNet.IO.Tags.Types gradient
리턴 GradientRecordCollection

gradientMatrix 보호되어 있는 프로퍼티

Gradient fill matrix
protected Matrix gradientMatrix
리턴 Matrix

rgbColor 보호되어 있는 프로퍼티

Solid fill color
protected RGBColor,SwfDotNet.IO.Tags.Types rgbColor
리턴 RGBColor