Polygon.merge() method
Merge a polygon with this polygon.
Signature:
merge(...polygons: Polygon[]): Polygon;
Parameters
Parameter |
Type |
Description |
---|---|---|
polygons |
Polygon[] |
A new instance of Polygon with combined points and holes.
Merge a polygon with this polygon.
Signature:
merge(...polygons: Polygon[]): Polygon;
Parameter |
Type |
Description |
---|---|---|
polygons |
Polygon[] |
A new instance of Polygon with combined points and holes.