# 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) -

Last Updated: 12/20/2022, 8:12:45 AM