Coords Property (IArea)
Specifies the coordinates of an area in an image-map. 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

int[] Coords {get;}