[]
Represents an image map area for creating image maps for an image.
public class ImageMapArea
| Name | Description |
|---|---|
| ImageMapArea(float[], ImageMapShape, string) | Initializes a new instance of the ImageMapArea class with specified coordinates, shape, and optional ID. |
| Name | Description |
|---|---|
| Coordinates | Gets the coordinates for this instance. |
| Id | Gets the ID for this instance. |
| Shape | Gets the ImageMapShape this instance represents. |
| Name | Description |
|---|---|
| Polygon(IList<PointF>) | Creates a polygonal image map area. |
| Rect(RectangleF) | Creates a rectangular image map area. |