WebImageAreaCollection(IImageMap, IEnumerableIImageArea) 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: 2023.1.3.0
public WebImageAreaCollection(
	IImageMap map,
	IEnumerable<IImageArea> areas
)

Parameters

map  IImageMap
The image map control that owns the collection
areas  IEnumerableIImageArea
An enumerable list of IImageArea objects

See Also