ImageMapAreasCollection Constructors
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.
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.