Background_get_height - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Gets the height in pixels of a given background and returns the result.

Parameters

  • ind: index of the background

Return Values

Returns the height of the background.

Example Call

// demonstrates obtaining the height of a background
var mybgh;
mybgh = background_get_height(mybg);

NOTOC