Coords Property (AreaDescription)
The coordinates of the Area's vertices (points). in an image map.
Remarks
The coordinate format is determined by the shape of the area, for example:

shape="rect" - x1,y1,x2,y2

shape="circle" - x,y,radius

shape="poly" - x1,y1,x2,y2,..,xn,yn

C# Syntax

public int[] Coords {get; set;}