you mean like this ``` fun Image.ratio(): Double {...
# tornadofx
r
you mean like this
Copy code
fun Image.ratio(): Double {
    return width / height
}