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

MorphGradientCollection
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds the specified value.
public Add ( MorphGradRecord value ) : MorphGradRecord
value MorphGradRecord Value.
Résultat MorphGradRecord

AddRange() public méthode

Adds the range.
public AddRange ( MorphGradRecord values ) : void
values MorphGradRecord Values.
Résultat void

Contains() public méthode

Containses the specified value.
public Contains ( MorphGradRecord value ) : bool
value MorphGradRecord Value.
Résultat bool

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

IndexOf() public méthode

Get the index of.
public IndexOf ( MorphGradRecord value ) : int
value MorphGradRecord Value.
Résultat int

Insert() public méthode

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

MorphGradientCollection() public méthode

Creates a new MorphGradientCollection instance.
public MorphGradientCollection ( ) : System
Résultat System

MorphGradientCollection() public méthode

Creates a new MorphGradientCollection instance.
public MorphGradientCollection ( MorphGradRecord graphRecords ) : System
graphRecords MorphGradRecord Graph records.
Résultat System

ReadData() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( MorphGradRecord value ) : void
value MorphGradRecord Value.
Résultat void

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer BinaryWriter Writer.
Résultat void

this() public méthode

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