ImageMapAreasCollection クラス

定義

画像マップ上のエリアを表します。 このクラスは継承できません。

public ref class ImageMapAreasCollection sealed
public sealed class ImageMapAreasCollection
type ImageMapAreasCollection = class
Public NotInheritable Class ImageMapAreasCollection
継承
ImageMapAreasCollection

コンストラクター

名前 説明
ImageMapAreasCollection()

ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

ImageMapAreasCollection(Int32)

特定の容量を持つ ImageMapAreasCollection クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Count

コレクション内の画像マップエリアの数を取得できます。

Item[Int32]

ImageMapAreasCollection内の指定されたインデックスにImageMapAreaオブジェクトを割り当てます。

メソッド

名前 説明
Add(ImageMapArea)

コレクションに画像マップ領域を追加します。

適用対象