Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents areas in an image map. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ImageMapAreasCollection
'Usage
Dim instance As ImageMapAreasCollection
public sealed class ImageMapAreasCollection
public ref class ImageMapAreasCollection sealed
[<SealedAttribute>]
type ImageMapAreasCollection = class end
public final class ImageMapAreasCollection
The ImageMapAreasCollection type exposes the following members.
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of image map areas in the collection. |
![]() |
Item | Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an image map area to the collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.