ImageElement
The ImageElement can be used to position an image in the layout.
It takes in argument the url of the image. The image is resized
to respect its ratio size (width/height)
...
var aImage = new ImageElement('./res/images/Final.jpg');
...
Example ImageElement