Getting a BITMAPINFOHEADER ptr out of .NET Bitmap class - HOW?

  • Thread starter Thread starter José Joye
  • Start date Start date
J

José Joye

[Also posted in "vc" newsgroup]

Hello,

In my Managed C++ code, I have an instance of the .NET Bitmap class and I
need to call a non managed routine within a third party library which expect
a pointer to BITMAPINFOHEADER

Is there a simple way to get this information out of the .NET Bitmap class?

José
 
Back
Top