ImageAreaCollectionImageMapControl Property

This property is used to get the IImageMap control that uses this collection. Its primary use is by the ImageAreaCoordinateEditor designer class so that it can get the image information it needs at design time.

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 IImageMap ImageMapControl { get; }

Property Value

IImageMap

See Also