GETMAPPIXELWIDTH

Top  Previous  Next

Syntax

INT = GETMAPPIXELWIDTH(map as POINTER)

Description

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

Parameters

map - A map pointer returned by the NEWMAP function.

Return value

The total width of the map in pixels

Remarks

See Also: GETMAPPIXELHEIGHT

Example usage

width = GETMAPPIXELWIDTH(myMap)