NGraphics
NGraphics copied to clipboard
The name 'Platforms' does not exist in the current context.
I have created a new solution and done nothing except install NGraphics using NuGet.
My code is simply this:
using NGraphics;
var canvas = Platforms.Current.CreateImageCanvas(new Size(100), scale: 2);
This line was copied directly from this reop's README.
And 'Platforms' does not exist for some reason.
Platforms in NGraphics.Net However, since the author has not updated the nuget package in these years, I think directly downloading the source code and compiling it yourself is the best option.