Help with Matrix in console app
Cant understand why this is error on 249 line with Matrix class
6 Replies
Why what error?
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
What version of .NET are you using?
8.0
ahh
thanks