nS_Viewport(iX%, iY%, iW%, iH%, [bUseOffset%=False])Function
Description:
Changes the viewport to display the sprites. Like Blitz' Viewport command, it changes the drawing plane where you can actually see the drawn sprites.
Parameters:
iX% = Starting X
iY% = Starting Y
iW% = Viewport width
iH% = Viewport height
bUseOffset% [Default value = False] = Changes the origin to draw sprites, if set to TRUE, the origin will be at iX, iY.
Return value:
None



Documentation generated by Cod2Doc on 24 Oct 2005.