System.drawing namespace not found under console application

前端 未结 7 586
悲&欢浪女
悲&欢浪女 2020-12-02 15:08

I selected console application as my C# project. But the imports that seemed to work under windows form project doesnt seem to work here. It says that the drawing namespace

7条回答
  •  Happy的楠姐
    2020-12-02 16:02

    For,Adding System.Drawing Follow some steps: Firstly, right click on the solution and click on add Reference. Secondly, Select the .NET Folder. And then double click on the Using.System.Drawing;

提交回复
热议问题