Content-type: text/html Manpage of PLOT_CLOSELINE

PLOT_CLOSELINE

Section:  (3)
Updated: 08 October 2002
Index Return to Main Contents
 

NAME

plot_closeline - return to the start of this polygon  

SYNOPSIS

 #include<libplot.h>
 void plot_closeline(plot_state *state);
 

DESCRIPTION

This function draws a straight line segment between the current pen location, and the starting point of the polygon.  

RETURNS

Nothing  

EXAMPLE

#include<libplot.h> plot_state *graph; if((graph = plot_newplot(400, 300)) == NULL){ ... error ... } plot_setlinestart(graph, 10, 10); ... drawing commands ... plot_closeline(graph);  

SEE ALSO

plot_addlinesegment.sgml plot_closeline.sgml plot_endline.sgml plot_getraster.sgml plot_newplot.sgml plot_rectangle.sgml plot_setfillcolor.sgml plot_setfontcolor.sgml plot_setfont.sgml plot_setlinecolor.sgml plot_setlinestart.sgml plot_settextlocation.sgml plot_stringwidth.sgml plot_strokeline.sgml plot_writestring.sgml  

VERSION

This documentation was generated for libplot 0.3 by autodocbook (http://www.stillhq.com).  

AUTHOR

libplot is under development by Michael Still (mikal@stillhq.com). All code is Copyright Michael Still 2002, and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute.  

BUGS

There are no known bugs in libplot. If you find one, please contact mikal@stillhq.com and let me know.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
EXAMPLE
SEE ALSO
VERSION
AUTHOR
BUGS

This document was created by man2html, using the manual pages.
Time: 00:51:44 GMT, October 08, 2002