C# Класс SwfDotNet.IO.Tags.Types.GlyphEntryCollection

GlyphEntryCollection
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified value.
public Add ( GlyphEntry value ) : GlyphEntry
value GlyphEntry Value.
Результат GlyphEntry

AddRange() публичный Метод

Adds the range.
public AddRange ( GlyphEntry values ) : void
values GlyphEntry Values.
Результат void

Contains() публичный Метод

Containses the specified value.
public Contains ( GlyphEntry value ) : bool
value GlyphEntry Value.
Результат bool

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int

GlyphEntryCollection() публичный Метод

Creates a new GlyphEntryCollection instance.
public GlyphEntryCollection ( ) : System
Результат System

IndexOf() публичный Метод

Get the index of.
public IndexOf ( GlyphEntry value ) : int
value GlyphEntry Value.
Результат int

Insert() публичный Метод

Inserts the specified index.
public Insert ( int index, GlyphEntry value ) : void
index int Index.
value GlyphEntry Value.
Результат void

Remove() публичный Метод

Removes the specified value.
public Remove ( GlyphEntry value ) : void
value GlyphEntry Value.
Результат void

this() публичный Метод

Gets or sets the LineStyle at the specified index.
public this ( int index ) : GlyphEntry
index int
Результат GlyphEntry