Accessing the GDI+ from a class library

I'm new to VB.Net graphics, but I am trying to create a class to deal with graphics. However it does not seem possible to access the system.drawing from a class library.

Does anyone know if this is intentional or how to access it.

Thanks in advance
JJRDK


Answer this question

Accessing the GDI+ from a class library

  • Michael Shorten

    You have to add a reference to the System.Drawing assembly first. In the Solution Explorer, right-click on your project, select Add Reference and select the assembly from the list.

  • Accessing the GDI+ from a class library