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

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

Méthodes publiques

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

Méthode Description
GetMorphFillStyleFromType ( byte fillStyleType ) : MorphFillStyle

Gets the moprh fill style object from type.

Method Details

Add() public méthode

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

AddRange() public méthode

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

Contains() public méthode

Containses the specified value.
public Contains ( MorphFillStyle value ) : bool
value MorphFillStyle 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 ( MorphFillStyle value ) : int
value MorphFillStyle Value.
Résultat int

Insert() public méthode

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

MorphFillStyleCollection() public méthode

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

MorphFillStyleCollection() public méthode

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

this() public méthode

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