ZoomSprite()
Syntax
ZoomSprite(#Sprite, Width, Height)Description
Zooms the specified #Sprite from the given dimension.
Parameters
Width New sprite width (in pixels). If #PB_Default is specified, the initial sprite width is restored. Height New sprite height (in pixels). If #PB_Default is specified, the initial sprite height is restored.
Return value
None.
Supported OS
All