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

MorphLineStyleCollection
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( MorphLineStyle value ) : MorphLineStyle

Adds the specified value.

AddRange ( MorphLineStyle values ) : void

Adds the range.

Contains ( MorphLineStyle value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( MorphLineStyle value ) : int

Get the index of.

Insert ( int index, MorphLineStyle value ) : void

Inserts the specified index.

MorphLineStyleCollection ( ) : System

Creates a new MorphLineStyleCollection instance.

MorphLineStyleCollection ( MorphLineStyle morphLineStyles ) : System

Creates a new MorphLineStyleCollection instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Remove ( MorphLineStyle value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

this ( int index ) : MorphLineStyle

Gets or sets the LineStyle at the specified index.

Method Details

Add() public method

Adds the specified value.
public Add ( MorphLineStyle value ) : MorphLineStyle
value MorphLineStyle Value.
return MorphLineStyle

AddRange() public method

Adds the range.
public AddRange ( MorphLineStyle values ) : void
values MorphLineStyle Values.
return void

Contains() public method

Containses the specified value.
public Contains ( MorphLineStyle value ) : bool
value MorphLineStyle Value.
return bool

GetSizeOf() public method

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

IndexOf() public method

Get the index of.
public IndexOf ( MorphLineStyle value ) : int
value MorphLineStyle Value.
return int

Insert() public method

Inserts the specified index.
public Insert ( int index, MorphLineStyle value ) : void
index int Index.
value MorphLineStyle Value.
return void

MorphLineStyleCollection() public method

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

MorphLineStyleCollection() public method

Creates a new MorphLineStyleCollection instance.
public MorphLineStyleCollection ( MorphLineStyle morphLineStyles ) : System
morphLineStyles MorphLineStyle Morph line styles.
return System

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
return void

Remove() public method

Removes the specified value.
public Remove ( MorphLineStyle value ) : void
value MorphLineStyle Value.
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

this() public method

Gets or sets the LineStyle at the specified index.
public this ( int index ) : MorphLineStyle
index int
return MorphLineStyle