Jon,
In order to do this, you will have to create a new Image object (or
rather, a class that derives from it, since Image is an abstract class),
with the size that you wish it to be. Then, you will have to get the
Graphics instance for that image, and call the DrawImage method on that,
specifiying the original image, and the scaling options you want to apply.
Hope this helps.