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

GlyphShapesCollection
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

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

AddRange() public method

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

Contains() public method

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

GetLastOne() public method

Gets the last ShapeRecordCollection of the collection.
public GetLastOne ( ) : ShapeRecordCollection
return ShapeRecordCollection

GetSizeOf() public method

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

GlyphShapesCollection() public method

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

GlyphShapesCollection() public method

Creates a new ShapeRecordCollection instance.
public GlyphShapesCollection ( ShapeRecordCollection shapes ) : System
shapes ShapeRecordCollection Shapes.
return System

IndexOf() public method

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

Insert() public method

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

ReadData() public method

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

Remove() public method

Removes the specified value.
public Remove ( ShapeRecordCollection value ) : void
value ShapeRecordCollection 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.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

this() public method

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