In Android development I found nine patch images very useful to draw images that have a fixed border. When the image is scaled the inner part scales, but the border stays at a fixed size.
I was looking for something similar in DirectX. Does anyone have information/pointers to nine patch images in DirectX?