I am trying to use Bitmap/Image from System.Drawing and I have both:
using System.Drawing
and a reference to the Assembly System.Drawing within my project. But I still get the error:
CS0246 The type or namespace name 'Bitmap' could not be found (are you missing a using directive or an assembly reference?)