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

FillStyle is the abstract class for the following classes: SolidFill, GradientFill and BitmapFill
Inheritance: SizeStruct, ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Protected Properties

Property Type Description
bitmapId ushort
bitmapMatrix Matrix
fillStyleType byte
gradient GradientRecordCollection
gradientMatrix Matrix
rgbColor RGBColor

Public Methods

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

Method Details

GetSizeOf() public method

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

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
return void

Serialize() public method

Serializes the specified writer.
public 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 fill bitmap Id
protected ushort bitmapId
return ushort

bitmapMatrix protected property

Bitmap fill transform matrix
protected Matrix bitmapMatrix
return Matrix

fillStyleType protected property

Fill Style type
protected byte fillStyleType
return byte

gradient protected property

Gradients
protected GradientRecordCollection,SwfDotNet.IO.Tags.Types gradient
return GradientRecordCollection

gradientMatrix protected property

Gradient fill matrix
protected Matrix gradientMatrix
return Matrix

rgbColor protected property

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