LUA Reference Guide
2.8
Search
⌃K

Bitmap.resize(bitmap, width, height)

Return a resized bitmap object
@status current Introduced in 2.8.0
Parameters
  • bitmap (pointer) point to a bitmap previously opened with Bitmap.open()
  • width (number) the new bitmap width
  • height (number) the new bitmap height
Return value
none
Notice
Only available on Horus