Cannot find Bitmap::GetHistogram

Hi all,

I have a problem using the VC++2005. I'm trying to recover the histogram of a picture using GDI+, it seems that the GetHistogram method does not exist. Any ideas

I have tried to find this method in the gdiplusbitmap.h and I cannot find it either.

System:

Both VS2003.NET and VS2005 installed.



Answer this question

Cannot find Bitmap::GetHistogram

  • Joe_MS

    Probably when Windows Vista comes out... that means Dec06/Jan07
  • tfif

    The docs for this method say GDI++ 1.1 version. I didn't even knew that there is another GDI++ version than 1.0. Also the docs I saw have a note at the top:

    "Note: This documentation is preliminary and is subject to change."
    so I assume that this version of GDI++ si currently in development.

  • Richard Lyon

    In fact my msdn docs that comes with the VS2005 does not show that note. Probably is under development as you said. Thank you.
  • PrimeTime

    deadlock07 wrote:
    In fact my msdn docs that comes with the VS2005 does not show that note. Probably is under development as you said. Thank you.

    Do you have any idea when this will be available This method is very useful.


  • Cannot find Bitmap::GetHistogram