[]
Initializes a new instance of the ImageMapArea class with specified coordinates, shape, and optional ID.
public ImageMapArea(float[] coordinates, ImageMapShape shape, string id = null)
| Type | Name | Description |
|---|---|---|
| float[] | coordinates | The coordinates defining the area. |
| ImageMapShape | shape | The shape of the area. |
| string | id | The optional ID of the area. |