ImageAreaCollectionRemoveItem Method

This is overridden to notify the image map that an image area has been removed from the collection

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
protected override void RemoveItem(
	int index
)

Parameters

index  Int32
The position at which the object is removed

See Also