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

MorphGradientCollection
Inheritance: System.Collections.CollectionBase, ISwfSerializer
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( MorphGradRecord value ) : MorphGradRecord

Adds the specified value.

AddRange ( MorphGradRecord values ) : void

Adds the range.

Contains ( MorphGradRecord value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( MorphGradRecord value ) : int

Get the index of.

Insert ( int index, MorphGradRecord value ) : void

Inserts the specified index.

MorphGradientCollection ( ) : System

Creates a new MorphGradientCollection instance.

MorphGradientCollection ( MorphGradRecord graphRecords ) : System

Creates a new MorphGradientCollection instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Remove ( MorphGradRecord 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 ) : MorphGradRecord

Gets or sets the LineStyle at the specified index.

Method Details

Add() public method

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

AddRange() public method

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

Contains() public method

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

GetSizeOf() public method

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

IndexOf() public method

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

Insert() public method

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

MorphGradientCollection() public method

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

MorphGradientCollection() public method

Creates a new MorphGradientCollection instance.
public MorphGradientCollection ( MorphGradRecord graphRecords ) : System
graphRecords MorphGradRecord Graph records.
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 ( MorphGradRecord value ) : void
value MorphGradRecord 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 BinaryWriter Writer.
return void

this() public method

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