Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 344 Bytes

bitmap.resize.md

File metadata and controls

19 lines (11 loc) · 344 Bytes

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