j3d
j3d

Reputation: 9724

What's the equivalent of `System.Drawing.Drawing2D` in UWP

I'm porting a XNA game to UWP with MonoGame... and I've some code that uses System.Drawing.Drawing2D.

What's the equivalent of System.Drawing.Drawing2D in UWP?

Upvotes: 0

Views: 293

Answers (1)

Alexej Sommer
Alexej Sommer

Reputation: 2679

You can install from NuGet Win2D.uwp

Here is Quick start

Upvotes: 1

Related Questions