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

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

Méthodes publiques

Méthode Description
Add ( LineStyle value ) : LineStyle

Adds the specified value.

AddRange ( LineStyle values ) : void

Adds the range.

Contains ( LineStyle value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( LineStyle value ) : int

Get the index of.

Insert ( int index, LineStyle value ) : void

Inserts the specified index.

LineStyleCollection ( ) : System

Creates a new LineStyleCollection instance.

LineStyleCollection ( LineStyle lineStyles ) : System

Creates a new LineStyleCollection instance.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

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

Gets or sets the LineStyle at the specified index.

Method Details

Add() public méthode

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

AddRange() public méthode

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

Contains() public méthode

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

Insert() public méthode

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

LineStyleCollection() public méthode

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

LineStyleCollection() public méthode

Creates a new LineStyleCollection instance.
public LineStyleCollection ( LineStyle lineStyles ) : System
lineStyles LineStyle Line styles.
Résultat System

ReadData() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( LineStyle value ) : void
value LineStyle 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 System.IO.BinaryWriter Writer.
Résultat void

this() public méthode

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