scaleDib
| Definition: | Dib0 newdib = scaleDib(a32Dib dib, integer width, integer height, integer kill_old) |
| Description: | Scales the bitmap to the new width and height, and returns the new bitmap. |
| Comments: |
Returns 0 if the bitmap could not be scaled to the new width and height. If kill_old!= then the previous bitmap will be killed. |