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

LineStyle class
Inheritance: SizeStruct, ISwfSerializer
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

LineStyle ( ) : System

Creates a new LineStyle instance.

LineStyle ( ushort width, RGBColor rgb ) : System

Creates a new LineStyle instance.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

Method Details

GetSizeOf() public method

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

LineStyle() public method

Creates a new LineStyle instance.
public LineStyle ( ) : System
return System

LineStyle() public method

Creates a new LineStyle instance.
public LineStyle ( ushort width, RGBColor rgb ) : System
width ushort Width.
rgb RGBColor Rgb.
return System

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 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
return void