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

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
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:32:59

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