'Declaration Public Function New( _ ByVal coordinates() As Single, _ ByVal shape As ImageMapShape, _ Optional ByVal id As String _ )
public ImageMapArea( float[] coordinates, ImageMapShape shape, string id )
Parameters
- coordinates
- The coordinates defining the area.
- shape
- The shape of the area.
- id
- The optional ID of the area.