ImageAreaShape Enumeration

This enumerated type defines the various image area shapes

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
[SerializableAttribute]
public enum ImageAreaShape

Members

Rectangle0A rectangle (web and Windows Forms)
Circle1A circle (web and Windows Forms)
Polygon2A polygon (web and Windows Forms)
Ellipse3An ellipse (Windows Forms only)

See Also