However, the Nuget package isn't maintained by the same person as the Clipper source code (Angus Johnson), and its not clear whether it is really up to date or not. For instance, it is labelled 6.4.0 and yet if you install it into Visual Studio, instead it then looks like 6.2.
Also it does not have a Clipper.AddPath() method but instead a Clipper.AddPolygon() method...
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The following Nuget project appears to provide a compiled version of Clipper for dotnet:
https://www.nuget.org/packages/Clipper/
However, the Nuget package isn't maintained by the same person as the Clipper source code (Angus Johnson), and its not clear whether it is really up to date or not. For instance, it is labelled 6.4.0 and yet if you install it into Visual Studio, instead it then looks like 6.2.
Also it does not have a Clipper.AddPath() method but instead a Clipper.AddPolygon() method...
Thanks
Hi Dave.
I'm afraid I have no control over that nuget package. You'll need to contact the package 'owner'.
Angus
Got it, thanks.