Search code examples
c++gdi+unmanagedmanaged-c++

Gdiplus in C++ managed or unmanaged?


is this file with namespace Gdiplus in c++ managed or unmanaged code?


Solution

  • Unmanaged. The managed wrapper is the System::Drawing namespace.