C# 클래스 SwfDotNet.IO.Tags.Types.GlyphEntryCollection

GlyphEntryCollection
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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