We have a need to have a canvas greater than the size of an image. I am doing this by making the rectangle the correct size and putting image in oversized rectangle. When I do the the parts that the image does not cove…...DrawImage(image, new Point(0, 0)); image2.Save(); } } ccuster68...