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

    Clipping region and Framing.Help me please

    I want to clip a region from a Bitmap from centre and bitmap is larger than the monitor scale around 2000*2000 pixles.
    How can I cut the region from a bitmap and save that region as different bitmap.
    Also i want to make the frame of the bitmap and this bitmap also may be the same size as above and I want to draw the black frame on the bitmap and
    save that bitmap with a different name. for this I thought that I can make a black bitmap so I can copy the required bitmap into the black bitmap
    in centere. Its not need required to diplay the bitmap on screen. I just want to do it by getting the bitmap patth.


    Please tell me how can I do it?

    I


  2. #2
    Join Date
    Nov 2000
    Posts
    23

    Re: Clipping region and Framing.Help me please

    try using stretchBlt function of GDI32 library !




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