Clipper |
| Name | Description | |
|---|---|---|
| Execute(ClipType, FillRule, PathsD) | Executes the clipper and returns closed floating-point output paths. | |
| Execute(ClipType, FillRule, PolyTreeD) | Executes the clipper and returns a hierarchical floating-point solution. | |
| Execute(ClipType, FillRule, PathsD, PathsD) | Executes the clipper and returns closed and open floating-point output paths. | |
| Execute(ClipType, FillRule, PolyTreeD, PathsD) | Executes the clipper and returns a hierarchical floating-point solution plus open paths. |