
# class Image
# CONSTRUCTORS
# constructor Image(width, height)
Description:
Parameters:
- width: (Number) -
- height: (Number) -
# constructor Image(path)
Description:
Parameters:
- path: (String) -
# FUNCTIONS
# function rect()
Description:
Return:
(Rect) -
# function save(path)
Description:
Parameters:
- path: (String) -
Return:
(Boolean) -