GDI+ import gdi32.dll

  • Thread starter Thread starter MAY
  • Start date Start date
M

MAY

hi all,

i want to import [DllImport("gdi32.dll")] to perform BitBlt drawing, how to
import it??
Thx...

MAY
 
it said "The type or namespace name "DLLImport" could not be found.." when i
try to use it..
 
it said "The type or namespace name "DLLImport" could not be found.." when i
try to use it..

using System.Runtime.InteropServices;




Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top