ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
image_get_height.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variableimage_get_height (Environment *_environment, char *_image)
 Emit code for IMAGE HEIGHT(...).

Function Documentation

◆ image_get_height()

Variable * image_get_height ( Environment * _environment,
char * _image )

Emit code for IMAGE HEIGHT(...).

Parameters
_environmentCurrent calling environment
_imageImage to measure.
Returns
The height of the image, in pixels

Definition at line 76 of file image_get_height.c.