Media.new
From GiderosMobile
Available since: Gideros 2016.1
Class: Media
Description
Creates a new Media object with provided image.
Media.new(path)
Parameters
path: (string) the path of the file to create
Description
Creates a blank Media object with provided dimensions.
Media.new(width, height)
Parameters
width: (number) the width of the image to create
height: (number) the height of the image to create