ImageMapAreasCollection Class
Updated: February 25, 2016
Represents areas in an image map. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Add(ImageMapArea^) | Adds an image map area to the collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

