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

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

Méthodes publiques

Méthode Description
Add ( ShapeRecordCollection value ) : ShapeRecordCollection

Adds the specified value.

AddRange ( ShapeRecordCollection values ) : void

Adds the range.

Contains ( ShapeRecordCollection value ) : bool

Containses the specified value.

GetLastOne ( ) : ShapeRecordCollection

Gets the last ShapeRecordCollection of the collection.

GetSizeOf ( ) : int

Gets the size of.

GlyphShapesCollection ( ) : System

Creates a new GlyphShapesCollection instance.

GlyphShapesCollection ( ShapeRecordCollection shapes ) : System

Creates a new ShapeRecordCollection instance.

IndexOf ( ShapeRecordCollection value ) : int

Get the index of.

Insert ( int index, ShapeRecordCollection value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader reader, ushort numGlyphs ) : void

Reads the data.

Remove ( ShapeRecordCollection value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

this ( int index ) : ShapeRecordCollection

Gets or sets the LineStyle at the specified index.

Method Details

Add() public méthode

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

AddRange() public méthode

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

Contains() public méthode

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

GetLastOne() public méthode

Gets the last ShapeRecordCollection of the collection.
public GetLastOne ( ) : ShapeRecordCollection
Résultat ShapeRecordCollection

GetSizeOf() public méthode

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

GlyphShapesCollection() public méthode

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

GlyphShapesCollection() public méthode

Creates a new ShapeRecordCollection instance.
public GlyphShapesCollection ( ShapeRecordCollection shapes ) : System
shapes ShapeRecordCollection Shapes.
Résultat System

IndexOf() public méthode

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

Insert() public méthode

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

ReadData() public méthode

Reads the data.
public ReadData ( BufferedBinaryReader reader, ushort numGlyphs ) : void
reader SwfDotNet.IO.Utils.BufferedBinaryReader Reader.
numGlyphs ushort Num glyphs.
Résultat void

Remove() public méthode

Removes the specified value.
public Remove ( ShapeRecordCollection value ) : void
value ShapeRecordCollection 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.
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 ) : ShapeRecordCollection
index int
Résultat ShapeRecordCollection