ImageAreaShape Enumeration
This enumerated type defines the various image area shapes
Namespace: EWSoftware.ImageMapsAssemblies: 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
[SerializableAttribute]
public enum ImageAreaShape
<SerializableAttribute>
Public Enumeration ImageAreaShape
[SerializableAttribute]
public enum class ImageAreaShape
[<SerializableAttribute>]
type ImageAreaShape
| Rectangle | 0 | A rectangle (web and Windows Forms) |
| Circle | 1 | A circle (web and Windows Forms) |
| Polygon | 2 | A polygon (web and Windows Forms) |
| Ellipse | 3 | An ellipse (Windows Forms only) |