CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kaki2308

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,168

    Re: Merging two Gdiplus::Bitmap into one c++

    My bad, i did some modifications before i copied my code to forum.
    Anyway i solve it by creating Gdiplus::Bitmap of destination bitmat then get his HBITMAP and select in device context.
    I don't...
  2. Replies
    3
    Views
    2,168

    Merging two Gdiplus::Bitmap into one c++

    I'm trying to merge two Gdiplus::Bitmap and save result to disk.

    pbmBitmap - is Gdiplus::Bitmap

    At start i was trying to copy one bitmap into another and save copied bitmap to disk. Here is my...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured