Image Area CollectionImage Map Control 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: 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 IImageMap? ImageMapControl { get; }VB
Public ReadOnly Property ImageMapControl As IImageMap
GetC++
public:
property IImageMap^ ImageMapControl {
IImageMap^ get ();
}F#
member ImageMapControl : IImageMap with get