MOVEMAP |
Top Previous Next |
Syntax MOVEMAP(map as POINTER,x as INT,y as INT) Description Sets the maps drawing position to the coordinates specified. Parameters map - Map pointer returned by the NEWMAP function. x, y - New position of the upper left corner of the map. In pixels. Return value None Remarks The coordinates can be negative offsets. Example usage MOVEMAP mymap, -10, 0 |