FUNCTION Stretch ( Width AS Integer, Height AS Integer [ , Smooth AS Boolean ] ) AS ImageReturns 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. |