Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TenGraphic and Image Functions (continued)

ImageGetHeight Function

Overview

The ImageGetHeight function retrieves the height of an Image Object.

Syntax/Parameters

Syntax

int = ImageGetHeight ( handle hImage );

Parameters

hImage

A handle to an Image object.

Return Value

Returns an int specifying the height of the image or zero on failure. Use the GetLastError function to retrieve error information.

Remarks

The ImageGetHeight function returns the image’s height as a number of pixels.

Related Functions