SHAPE=

SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE

Specifies the type of shape used in the image map.

Each shape causes the coords attribute to take a different set of values. The table below describes the relationship:

RECTRectangle. Takes four coordinates: x1, y1, x2, and y2.
RECTANGLERectangle. Takes four coordinates: x1, y1, x2, and y2.
CIRCCircle. Takes three coordinates: centerx, centery, and radius.
CIRCLECircle. Takes three coordinates: centerx, centery, and radius.
POLYPolygon. Takes three or more pairs of coordinates denoting a polygonal region.
POLYGONPolygon. Takes three or more pairs of coordinates denoting a polygonal region.

Applies To

AREA