ImageMapAreasCollection Members

Include Protected Members
Include Inherited Members

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

The ImageMapAreasCollection type exposes the following members.

Constructors

  Name Description
Public method ImageMapAreasCollection() Initializes a new instance of the ImageMapAreasCollection class.
Public method ImageMapAreasCollection(Int32) Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Top

Methods

  Name Description
Public method Add(ImageMapArea) Adds an image map area to the collection.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of image map areas in the collection.
Public property Item[Int32] Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Top