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

EdgeRecord
Inheritance: ShapeRecord
Show file Open project: bladecoding/SwfExport

Protected Properties

Property Type Description
straightFlag bool

Public Methods

Method Description
GetBitSizeOf ( int currentLength ) : int

see ShapeRecord.GetBitSizeOf

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

Protected Methods

Method Description
EdgeRecord ( ) : System

Creates a new EdgeRecord instance.

EdgeRecord ( bool straightFlag ) : System

Creates a new EdgeRecord instance.

Method Details

EdgeRecord() protected method

Creates a new EdgeRecord instance.
protected EdgeRecord ( ) : System
return System

EdgeRecord() protected method

Creates a new EdgeRecord instance.
protected EdgeRecord ( bool straightFlag ) : System
straightFlag bool Straight flag.
return System

GetBitSizeOf() public method

see ShapeRecord.GetBitSizeOf
public GetBitSizeOf ( int currentLength ) : int
currentLength int
return int

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

Property Details

straightFlag protected property

Flag to know if the edge record is a straight record
protected bool straightFlag
return bool