Image Area Shape 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: 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#
[SerializableAttribute]
public enum ImageAreaShapeVB
<SerializableAttribute>
Public Enumeration ImageAreaShapeC++
[SerializableAttribute]
public enum class ImageAreaShapeF#
[<SerializableAttribute>]
type ImageAreaShapeMembers
| 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) |