C# Class SwfDotNet.IO.Tags.Types.MorphFillStyle

MorphFillStyle
Inheritance: ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Protected Properties

Property Type Description
bitmapId ushort
endBitmapMatrix Matrix
endColor RGBA
endGradientMatrix Matrix
fillStyleType byte
gradient MorphGradientCollection
startBitmapMatrix Matrix
startColor RGBA
startGradientMatrix Matrix

Public Methods

Method Description
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.

Method Details

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

ReadData() public method

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

Serialize() public abstract method

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

WriteTo() public method

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

Property Details

bitmapId protected property

Bitmap Id
protected ushort bitmapId
return ushort

endBitmapMatrix protected property

End Bitmap Matrix
protected Matrix endBitmapMatrix
return Matrix

endColor protected property

End Color
protected RGBA,SwfDotNet.IO.Tags.Types endColor
return RGBA

endGradientMatrix protected property

End Gradient Matrix
protected Matrix endGradientMatrix
return Matrix

fillStyleType protected property

Fill Style Type
protected byte fillStyleType
return byte

gradient protected property

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

startBitmapMatrix protected property

Start Bitmap Matrix
protected Matrix startBitmapMatrix
return Matrix

startColor protected property

Start Color
protected RGBA,SwfDotNet.IO.Tags.Types startColor
return RGBA

startGradientMatrix protected property

Start Gradient Matrix
protected Matrix startGradientMatrix
return Matrix