FUNCTION Stretch ( Width AS Integer, Height AS Integer [ , Smooth AS Boolean ] ) AS Image
Returns a stretched copy of the image.
When you want to draw a stretched image, it is usually faster to directly use
the Width and Height arguments of the Draw.Image method than first stretching the image,
and then drawing it.