constructor([stroke], [background], [opacity], [x], [y], [_points])
Class: Polygon.
Description:
Creates an instance of Polygon shape object.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
null |
A border of the shape. |
|
|
|
string | null |
null |
Color, gradient, or image background, similar to CSS. Use an empty string to remove the background. |
|
|
number |
1 |
Opacity of the shape (0 to 1). |
|
|
number |
0 |
Horizontal position from the left edge. |
|
|
number |
0 |
Vertical position from the top edge. |
|
|
Array.<Point> |
[] |
An array of |
