AnnotationCollection

AnnotationCollection class

注釈コレクション。

public class AnnotationCollection : Collection

プロパティ

名前説明
Count { get; }コレクションに実際に含まれる要素の数を取得します。
Item { get; }指定されたインデックスの要素を取得します。

メソッド

名前説明
Add(Annotation)コレクションに Annotation オブジェクトを追加します。
Clear()コレクションからすべての要素を削除します。
GetEnumerator()非ジェネリック コレクションに対する単純な反復をサポートします。
IsExist(int)コレクションに存在するアイテムです。
Remove(Annotation)コレクションから Annotation オブジェクトを削除します。

関連項目