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

ImageMapAreasCollection()

Initializes a new instance of the ImageMapAreasCollection class.

ImageMapAreasCollection(Int32)

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

Properties

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

Add(ImageMapArea)

Adds an image map area to the collection.

Applies to