Web Image Area Collection(IImage Map, IEnumerableIImage Area) Constructor
Construct collection from an enumerable list of IImageArea objects
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public WebImageAreaCollection(
IImageMap map,
IEnumerable<IImageArea> areas
)VB
Public Sub New (
map As IImageMap,
areas As IEnumerable(Of IImageArea)
)C++
public:
WebImageAreaCollection(
IImageMap^ map,
IEnumerable<IImageArea^>^ areas
)F#
new :
map : IImageMap *
areas : IEnumerable<IImageArea> -> WebImageAreaCollectionParameters
- map IImageMap
- The image map control that owns the collection
- areas IEnumerableIImageArea
- An enumerable list of IImageArea objects