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

ShapeWithStyle class
Inheritance: SizeStruct, ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Свойство Type Description
NumFillBits uint
NumLineBits uint

Méthodes publiques

Méthode Description
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

ShapeWithStyle ( ) : System

Creates a new ShapeWithStyle instance.

ShapeWithStyle ( FillStyleCollection fillStyleArray, LineStyleCollection lineStyleArray, ShapeRecordCollection shapes ) : System

Creates a new ShapeWithStyle instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

Private Methods

Méthode Description
Init ( ) : void

Inits this instance.

Method Details

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

ReadData() public méthode

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

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

ShapeWithStyle() public méthode

Creates a new ShapeWithStyle instance.
public ShapeWithStyle ( ) : System
Résultat System

ShapeWithStyle() public méthode

Creates a new ShapeWithStyle instance.
public ShapeWithStyle ( FillStyleCollection fillStyleArray, LineStyleCollection lineStyleArray, ShapeRecordCollection shapes ) : System
fillStyleArray FillStyleCollection Fill style array.
lineStyleArray LineStyleCollection Line style array.
shapes ShapeRecordCollection Shapes.
Résultat System

WriteTo() public méthode

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

Property Details

NumFillBits public_oe static_oe property

Current number of fill bits
public static uint NumFillBits
Résultat uint

NumLineBits public_oe static_oe property

Current number of line bits
public static uint NumLineBits
Résultat uint