@JvmOverloads fun bindImage(view: ImageView, options: Map<String, Any> = HashMap()): Image
Binds an Image to this Ripe instance.
view
- The ImageView to be used by the Ripe instance.
options
- A map with options to configure the Image instance.
Return
The Image instance created.