CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Resize Dib's

  1. #1
    Join Date
    Apr 1999
    Location
    Setubal, Portugal
    Posts
    16

    Resize Dib's

    How can I resize a dib?


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Resize Dib's

    Check out StretchDIBits()

    Regards,

    Paul McKenzie


  3. #3
    Join Date
    Apr 1999
    Location
    Setubal, Portugal
    Posts
    16

    Re: Resize Dib's

    i have a dib that i need to resize, but at the end i another a dib, only with other size.
    i don't see how to use the StretchDIBits() for this case.


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