Image Area CollectionInsert Item Method
This is overridden to notify the image map that a new image area has been added to the collection
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#
protected override void InsertItem(
int index,
IImageArea item
)VB
Protected Overrides Sub InsertItem (
index As Integer,
item As IImageArea
)C++
protected:
virtual void InsertItem(
int index,
IImageArea^ item
) overrideF#
abstract InsertItem :
index : int *
item : IImageArea -> unit
override InsertItem :
index : int *
item : IImageArea -> unit Parameters
- index Int32
- The position at which the object is inserted
- item IImageArea
- The item inserted