ImageAreaCollection(IImageMap, IEnumerableIImageArea) Constructor

Construct a collection from an enumerable list of IImageArea objects

Definition

Namespace: EWSoftware.ImageMaps
Assemblies:  EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public ImageAreaCollection(
	IImageMap map,
	IEnumerable<IImageArea> areas
)

Parameters

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

See Also