I've used a number of techniques in the past to paint images in Windows.Forms and I'm now revisiting some core libraries that handle rendering skin images for our product. I'm interested in particular in rendering the same image multiple times (tiled) to represent the field of a background control. Assuming the image is exactly the right size (no scaling needed) and contains only the portion to be tiled, what is the fastest method of painting that image to screen?I've used a number of techniques in the past to