Advertisement

1 - 3 of 3 containing alltags:("gethbitmap") (0 seconds)
I am programming in c#. I need to change the alpha value of every pixel in a Bitmap. I did this: for(row = 1; row < myBitmap.Size.Height; row++) {      for(col = 1; col < myBitmap.Size.Wid...
Zones: C#Date Answered: 11/14/2004 Grade: A Views: 0
I need to find the size in bytes of an HBITMAP generated by the Bitmap Classes' GetHBitmap()" method. Marshal.SizeOf DOES NOT work. Any suggestions? Note : Filenames Cannot be used in any way here.
Zones: C#Date Answered: 02/05/2004 Grade: A Views: 46
Guys, I am using the GDI+ libraries to load up images. I have loaded up the image into a Bitmap structure. I then need to get a handle to the HBITMAP so I used GetHBITMAP(). Then I get the DIB o...
Zones: MS Visual C++, Adobe Type ManagerDate Answered: 08/03/2004 Grade: B Views: 43
  • 1