Page 1 of 1

DrawImage() optional #PB_Image_Smooth / #PB_Image_RAW

Posted: Thu Jun 01, 2006 2:01 pm
by nco2k
If the 'Width' and 'Height' optional parameters are specified, then the image can be resized on the fly before being displayed
but you cant choose if the image should be resized smooth or raw.

so my wish:

Code: Select all

DrawImage(ImageID, x, y, Width, Height, Flag) ;optional Flag #PB_Image_Smooth / #PB_Image_Raw
c ya,
nco2k