Retrieves the height of the image in pixels.
image.getHeight( )
Returns: Number
This function does not take any arguments.
img = imagenew("",150,200,"RGB","red"); writeoutput("Height of the image = " & img.getheight());