Image Area Collection(IImage Map, IEnumerableIImage Area) 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: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public ImageAreaCollection(
IImageMap map,
IEnumerable<IImageArea> areas
)VB
Public Sub New (
map As IImageMap,
areas As IEnumerable(Of IImageArea)
)C++
public:
ImageAreaCollection(
IImageMap^ map,
IEnumerable<IImageArea^>^ areas
)F#
new :
map : IImageMap *
areas : IEnumerable<IImageArea> -> ImageAreaCollectionParameters
- map IImageMap
- The image map control that owns the collection
- areas IEnumerableIImageArea
- An enumerable list of IImageArea objects to add