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

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

Public Methods

Method Description
Add ( MorphFillStyle value ) : MorphFillStyle

Adds the specified value.

AddRange ( MorphFillStyle values ) : void

Adds the range.

Contains ( MorphFillStyle value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( MorphFillStyle value ) : int

Get the index of.

Insert ( int index, MorphFillStyle value ) : void

Inserts the specified index.

MorphFillStyleCollection ( ) : System

Creates a new MorphFillStyleCollection instance.

MorphFillStyleCollection ( MorphFillStyle fillStyles ) : System

Creates a new MorphFillStyleCollection instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Remove ( MorphFillStyle value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to binary writer.

this ( int index ) : MorphFillStyle

Gets or sets the LineStyle at the specified index.

Private Methods

Method Description
GetMorphFillStyleFromType ( byte fillStyleType ) : MorphFillStyle

Gets the moprh fill style object from type.

Method Details

Add() public method

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

AddRange() public method

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

Contains() public method

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

GetSizeOf() public method

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

IndexOf() public method

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

Insert() public method

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

MorphFillStyleCollection() public method

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

MorphFillStyleCollection() public method

Creates a new MorphFillStyleCollection instance.
public MorphFillStyleCollection ( MorphFillStyle fillStyles ) : System
fillStyles MorphFillStyle Fill 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 ( MorphFillStyle value ) : void
value MorphFillStyle 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 binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

this() public method

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