Selecting an icon from an image grid
I have a grid of icons and I开发者_如何学JAVA want to select an individual icon and save it in separate image file. The image doesn't need to be processed further just simply split apart. Any thoughts on how to let the computer do this work for me?
For Windows, Bitmap::Clone will do it for you. MSDN Link
精彩评论