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 |
|
| There are no user contributed notes for this page. |
| Last updated: Tue, 28 Jun 2005 - 13:07:33 |
|
|