Compartir a través de


ImageMapAreasCollection Miembros

Represents areas in an image map. This class cannot be inherited.

El tipo ImageMapAreasCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ImageMapAreasCollection() () () () Initializes a new instance of the ImageMapAreasCollection class.
Método publico ImageMapAreasCollection(Int32) Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Principio

Métodos

  Nombre Descripción
Método publico Add Adds an image map area to the collection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of image map areas in the collection.
Propiedad pública Item Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Principio