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
You need to add a reference to System.Drawing.dll.
As mentioned in the comments below this can be done as follows:
In your Solution Explorer (Where all the files are shown with your project), right click the "References" folder and find System.Drawing on the .NET Tab.