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

    Zooming a Bitmap

    I load a 400x400 pixels Bitmap on SDI app. How to maintain the Bitmap the image size (400x400) if I do a zooming x2, x4, x8. Do you have any idea how to do this?

    cs


  2. #2
    Join Date
    Aug 1999
    Posts
    9

    Re: Zooming a Bitmap

    Just query function CDC::StretchBlt.
    u can get what u want.
    wish u luck


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