Home > comp > gb.qt > image > stretch 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Image.Stretch (gb.qt)
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.