CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1998
    Posts
    4

    ZoomIn And ZoomOut ForBitmaps

    Has any body tried to write ZoomIn and Zoomout functions for color bitmaps(DIB's)?Please tell me the approach .If u have any code written please send it
    across.


  2. #2
    Guest

    Re: ZoomIn And ZoomOut ForBitmaps

    can be done very easily with offscreen bitmap and StretchBlt or you could use StretchDIBits.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured