I am working on a WP7 application and cannot find a way to stretch the image only at a specific point (repeating this row of pixels). For example, if I have a box with rounded corners, I want to stretch it to fill a specific area. I want to stretch just a few pixels in the center (horizontal and vertical) so that the corners are not changed.
In Android you can do this with 9 patch images and in iOS UIImage provides methods like rightCapWidth.
What is equivalent to WP7?
Thank.
source
share