ImageMapAreasCollection Class

Definition

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

public ref class ImageMapAreasCollection sealed
public sealed class ImageMapAreasCollection
type ImageMapAreasCollection = class
Public NotInheritable Class ImageMapAreasCollection
Inheritance
ImageMapAreasCollection

Constructors

Name Description
ImageMapAreasCollection()

Initializes a new instance of the ImageMapAreasCollection class.

ImageMapAreasCollection(Int32)

Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Properties

Name Description
Count

Gets the number of image map areas in the collection.

Item[Int32]

Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Methods

Name Description
Add(ImageMapArea)

Adds an image map area to the collection.

Applies to