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

GlyphEntryCollection
Inheritance: System.Collections.CollectionBase
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( GlyphEntry value ) : GlyphEntry

Adds the specified value.

AddRange ( GlyphEntry values ) : void

Adds the range.

Contains ( GlyphEntry value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

GlyphEntryCollection ( ) : System

Creates a new GlyphEntryCollection instance.

IndexOf ( GlyphEntry value ) : int

Get the index of.

Insert ( int index, GlyphEntry value ) : void

Inserts the specified index.

Remove ( GlyphEntry value ) : void

Removes the specified value.

this ( int index ) : GlyphEntry

Gets or sets the LineStyle at the specified index.

Method Details

Add() public method

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

AddRange() public method

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

Contains() public method

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

GetSizeOf() public method

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

GlyphEntryCollection() public method

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

IndexOf() public method

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

Insert() public method

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

Remove() public method

Removes the specified value.
public Remove ( GlyphEntry value ) : void
value GlyphEntry Value.
return void

this() public method

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