ImageMapAreasCollection Constructors

Definition

Initializes a new instance of the ImageMapAreasCollection class.

Overloads

ImageMapAreasCollection()

Initializes a new instance of the ImageMapAreasCollection class.

ImageMapAreasCollection(Int32)

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

ImageMapAreasCollection()

Initializes a new instance of the ImageMapAreasCollection class.

public:
 ImageMapAreasCollection();
public ImageMapAreasCollection ();
Public Sub New ()

Applies to

ImageMapAreasCollection(Int32)

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

public:
 ImageMapAreasCollection(int capacity);
public ImageMapAreasCollection (int capacity);
new Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection : int -> Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection
Public Sub New (capacity As Integer)

Parameters

capacity
Int32

The capacity of the image map area collection.

Applies to