Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 986 -
Function Reference
~~~~~~~~~~~~~~~~~~
1. 2-dimension graphic function
------------------------------------------------------------------------------
1.1 Draw a line between specified two points. <Main>
------------------------------------------------------------------------------
[Name]
mmc_line_b
[Syntax]
#include <fgraph.h>
short mmc_line_b( short x1, short y1, short x2, short y2 ) ;
[Arguments]
x1, y1 View port coordinates of line start point.
x2, y2 View port coordinates of line end point.
[Return]
Returns non-0 value if successful, or 0 if any error.
[Description]
Draws a line between specified two points.