Discussion:
Drawing Bitmap using GDI+
(too old to reply)
Rinu Gopalakrishna Pillai
2007-04-25 13:30:01 UTC
Permalink
Hi all,

I have a MDI application in which I want to display bitmap in view ( Base
class is CScrollView) with Scroll bar using GDI+, later I want to mark some
part of the image.

So plz tell me how I can draw a bitmap with Scroll bar.


Thanks and Regards

Rinu
Goldbach
2007-05-22 01:54:00 UTC
Permalink
Call DrawImage in OnPaint().
--
If the message was helpful to you, please click "Yes", next to "Was this
post helpful to you?"

Regards,
Goldbach
Post by Rinu Gopalakrishna Pillai
Hi all,
I have a MDI application in which I want to display bitmap in view ( Base
class is CScrollView) with Scroll bar using GDI+, later I want to mark some
part of the image.
So plz tell me how I can draw a bitmap with Scroll bar.
Thanks and Regards
Rinu
Loading...