Share via


ImageMapAreasCollection Class

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
Public method ImageMapAreasCollection() Initializes a new instance of the ImageMapAreasCollection class.
Public method ImageMapAreasCollection(Int32) Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Top

Properties

  Name Description
Public property Count Gets the number of image map areas in the collection.
Public property Item Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Top

Methods

  Name Description
Public method Add Adds an image map area to the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.