Hi all,
Please tell me how I could split an image into segments.
I am trying to write a picture puzzle.
Thanks
FireBeast
Printable View
Hi all,
Please tell me how I could split an image into segments.
I am trying to write a picture puzzle.
Thanks
FireBeast
If you can use the API your best bet is to create an array of picture boxes, play with their regions to make them the right shapes and bitblt the proportion of the image you want into them using GetBoundsRect. There's quite a lot of maths I've left out but you get the Idea.
Hope this helps.
Thanks for your help Sam.
I'll have a go
FireBeast.