Set_Point
Last Modified: May 23, 2005 20:05PM
|
|
| (Any)
|
Description
INT SET_POINT ( INT LIBRARY, INT GRAPH, INT NUMBER, INT X, INT Y )
It allows you to change a control point of a graph
PARAMETERS:
INT library: Number of FPG library
INT graph: Number of graph inside of library
INT number: Number of point of control (0 to 999)
INT x: New value for horizontal coordinate of the point
INT y: New value for vertical coordinate of the point
DESCRIPTION:
A graph can contain up to 999 control points of which the control point 0 represents the centre of the graph, and the rest are available to the user.
By using this function a control point of any graph can be assigned: if the graph did not contain control points, or did not contain enough control points, then the necessary control points will be added.
For example, if a graph has no control points and by using this function the control point 20 is added, the control points 0 to 19 will be filled up with the undefined value (-1, -1).
|
User Contributed Notes Set_Point |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:32:59 |
|
|