_BTSCALEbitmap
This function scale a bitmap to an another bitmap.
Prototype :
fun [ObjBitmap ObjBitmap I] ObjBitmap
- ObjBitmap : the destination bitmap
- ObjBitmap : the source bitmap
- I : Scale method from 0 to 6 (NEAREST, LINEAR, CUBIC, AREA, LANCZOS4, MAX, WARP_INVERSE_MAP)
Return : ObjBitmap return dest bitmap if success or NIL if an error occurs.
See also :
Example :