| borderedPolygon | mPower Reference Home |
borderedPolygon[{{x1,y1},{x2,y2},...},
fillColor,
edgeColor,
edgeThickness,
options]
returns a Graphics object describing a polygon with
the specified vertices, fill and edge color, and edge thickness.
Any Graphics option may be used.
If fillColor or edgeColor are specified as numbers they are assumed to represent Hues. Otherwise fillColor and edgeColor should be a standard color specification such as Hue[], RGBColor[], CMYKColor[], or GrayLevel[].
Example