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