Fenix Manual
Fenix Manual
Command Reference
Map Commands

Get_Point
Graphic_Info
Graphic_Set
Load_Map
Load_Pcx
Load_Png
Map_Block_Copy
Map_Clear
Map_Clone
Map_Exists
Map_Get_Pixel
Map_Name
Map_Put
Map_Put_Pixel
Map_Set_Name
New_Map
Save_Map
Save_Png
Set_Center
Set_Point
Unload_Map

Map_Put
Last Modified: May 23, 2005 20:05PM
(Any)
Description

MAP_PUT ( INT LIBRARY, INT GRAPH, INT SOURCE-GRAPH, INT X, INT Y )
It draws a graph inside another graph

PARAMETERS:
INT library: Number of FPG library
INT graph: Number of destiny graph inside of library
INT source-graph: Number of graph to draw inside of library
INT x: Horizontal coordinate
INT y: Vertical coordinate

DESCRIPTION:
This function draws a graph directly over another, using coordinates inside the destiny graph, as if it is the background of screen.

A limitation of this function is that both graphs must be in the same library. However if the destiny graphs are temporary graphs created by New_Map, so that it can be used like a source graph, make a copy( Map_Clone) of a graph of any library to ignore this limitation.

The point specified within the parameters will be equivalent to the zone where the centre of the graph is drawn.

User Contributed Notes
Map_Put
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Tue, 28 Jun 2005 - 13:07:33

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters