Help with Matrix in console app

Cant understand why this is error on 249 line with Matrix class
6 Replies
Angius
Angius3mo ago
Why what error?
lumy_obsessed
lumy_obsessed3mo ago
Error CS1069 Could not find type name 'Matrix' in namespace 'System.Drawing.Drawing2D'. This type was submitted to assembly "System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". Try adding a link to this assembly. but when I add System.Drawing.Common it says that such namespace does not exist
Angius
Angius3mo ago
What version of .NET are you using?
lumy_obsessed
lumy_obsessed3mo ago
8.0
Angius
Angius3mo ago
System.Drawing.Common is a nuget, then https://www.nuget.org/packages/System.Drawing.Common
lumy_obsessed
lumy_obsessed3mo ago
ahh thanks