ImageMapAddAttributesToRender Method

This is overridden to add attributes to the image tag

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
protected override void AddAttributesToRender(
	HtmlTextWriter writer
)

Parameters

writer  HtmlTextWriter
The output stream to which the HTML is rendered

See Also