Hi!
I'm having some problem with a function in a DLL that I'm writing.
I need to recieve a System.Drawing.Graphics object as an argument to this function...
but visual studio keeps saying "Type 'System.Drawing.Graphics' is not defined"
It doesn't work to import System.Drawing either
This is the code I have
Why doesn't it work?Code:Public Shared Function drawCircle(ByVal x1%, ByVal gr As System.Drawing.Graphics) As System.Drawing.Graphics 'Implementation End Function




Reply With Quote