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

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

Méthodes publiques

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

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

AddRange() public méthode

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

Contains() public méthode

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

GetSizeOf() public méthode

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

GlyphEntryCollection() public méthode

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

IndexOf() public méthode

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

Insert() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( GlyphEntry value ) : void
value GlyphEntry Value.
Résultat void

this() public méthode

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