PolygonClipper constructor

PolygonClipper(
  1. PolygonPathSpecs specs
)

Create a polygon clipper with the provided specs.

Implementation

PolygonClipper(this.specs);