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

FillStyle is the abstract class for the following classes: SolidFill, GradientFill and BitmapFill
Inheritance: SizeStruct, ISwfSerializer
Mostrar archivo 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_oe property

Bitmap fill bitmap Id
protected ushort bitmapId
return ushort

bitmapMatrix protected_oe property

Bitmap fill transform matrix
protected Matrix bitmapMatrix
return Matrix

fillStyleType protected_oe property

Fill Style type
protected byte fillStyleType
return byte

gradient protected_oe property

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

gradientMatrix protected_oe property

Gradient fill matrix
protected Matrix gradientMatrix
return Matrix

rgbColor protected_oe property

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