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

    Changing the coordinates where I want to draw my bitmaps onto?

    First, I don't want to use Blit or StretchBlit, I will use another function to draw that bitmap to that area.
    So I need to change the coordinates.
    I did some research on the web and I found a function called
    SetDIBitsToDevice
    But I couldn't find any good examples to illustrate how to use it.
    I need to use it between BeginPaint and EndPaint
    Could anyone shed some lights on this?
    Thanks
    Jack

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Changing the coordinates where I want to draw my bitmaps onto?

    Search bing or google for "Win32 SetDIBitsToDevice example".

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