Picture.Stretch (gb.qt5)

Function Stretch ( Width As Integer [ , Height As Integer ] ) As Picture

Desde 3.16

Return a stretched copy of a picture.

  • Width and Height are the size of the stretched picture. If Height is omitted, it is made equal to Width.

This function internally transforms the picture into an image and calls the Image.Stretch method.