GETMAPPIXELHEIGHT

Top  Previous  Next

Syntax

INT = GETMAPPIXELHEIGHT(map as POINTER)

Description

Returns the height, in pixels, of the specified map.

Parameters

map - A map pointer returned by the NEWMAP function.

Return value

The total height of the map in pixels.

Remarks

See Also: GETMAPPIXELWIDTH

Example usage

height = GETMAPPIXELHEIGHT(myMap)