1

I'm making an application for the console, which handles Bitmap images. The problem I have is that System.Drawing seemingly does not include Bitmap. I already tried importing System.Drawing.Imaging but as I read, it is not available for .Net Core (not sure though...).

2

1 Answer 1

1

To use the System.Drawing objects in a Console Application you need to add the System.Drawing also to the references.

  1. Go to the right menu of References
  2. Choice Add Reference...
  3. Select Assemblies
  4. Check the System.Drawing

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, I realised my problem was that I used a type of console app, which doesn't support drawing...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.