Bitmap.setSize

Function/Meaning
Set image size
Type
Method of the Bitmap class
Syntax
setSize(width, height)
Arguments
width Specifies the width of the image in pixels.
This value can also be retrieved or set using the Bitmap.width property.
height Specifies the height of the image in pixels.
This value can also be retrieved or set using the Bitmap.height property.
Return Value
None (void)
Description
Specifies the image size.