![]() |
Image Manipulation (without DirectX) - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Image Manipulation (without DirectX) (/showthread.php?tid=416) |
Image Manipulation (without DirectX) - Obsidian - 16-11-2006 Okay, i've done the easy part, loaded the image, and i made a crude way of selecting the part of the image that you want to use... but how can you copy a portion of the image (the part that you have selected) to a new picture box? I've been toying around with it, i just wasnt sure how to do it :roll: - Misunderstood - 16-11-2006 BitBlt? - Obsidian - 16-11-2006 that's what i was going to do, i was just wondering if there was a function or something i was unaware of, something similar to LoadPicture or SavePicture (something that was built into VB) i guess i'll just do it using bitblt, thanks mis. |