ImageMapAreasCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |