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

MorphFillStyle
Inheritance: ISwfSerializer
Datei anzeigen 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_oe property

Bitmap Id
protected ushort bitmapId
return ushort

endBitmapMatrix protected_oe property

End Bitmap Matrix
protected Matrix endBitmapMatrix
return Matrix

endColor protected_oe property

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

endGradientMatrix protected_oe property

End Gradient Matrix
protected Matrix endGradientMatrix
return Matrix

fillStyleType protected_oe property

Fill Style Type
protected byte fillStyleType
return byte

gradient protected_oe property

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

startBitmapMatrix protected_oe property

Start Bitmap Matrix
protected Matrix startBitmapMatrix
return Matrix

startColor protected_oe property

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

startGradientMatrix protected_oe property

Start Gradient Matrix
protected Matrix startGradientMatrix
return Matrix