Thanks guys, I had checked those two threads before and almost got it but I'm missing something . @LaVolpe, I'm using some of your vintage (and most excellent!) path warping code, modified for my purposes. I've learned many things from you and others regarding GDI+ operations & uses, thank you .

Anyway, no problems rendering shapes & lines & polygons & text etc. along the path, but I can't seem to figure out how to render a given image along the path so that I can use grab handles to interactively warp the image. The image would be stretched to the confines of the path.

I know how to load the image with GDI+ etc., so I guess that I just need to figure out how to add or render the image along the path after I have the image already loaded and have an associated bitmap object.

Again, thank you guys. You are most appreciated.