Click to See Complete Forum and Search --> : is StretchBlt can perform memory to memory stretch ?


SilentJackqh
July 18th, 2003, 01:51 PM
I mean I want to stretchBlt , with memory to memory device context, I want only to change the size of image.
is that posible ?
if not what function I should used ?

and how can I clip some bitmap and put it in other bitmap, is that posible with stretchBlt ?
without using Direct Draw.

rxbagain
July 19th, 2003, 04:45 AM
Initially posted by SilentJackqh
I mean I want to stretchBlt , with memory to memory device context, I want only to change the size of image. is that posible ?Yes you can do that.

SilentJackqh
July 19th, 2003, 01:52 PM
thanx, I just want to make sure it's my code that wrong not the StretchBlt.