Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
ps_lineto
Popis
bool ps_lineto ( resource psdoc, float x, float y )Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto() to set the starting point of the line.
Seznam parametrů
psdoc
Resource identifier of the postscript file as returned by ps_new().
x
x-coordinate of the end point of the line.
y
y-coordinate of the end point of the line.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
ps_include_file | Nahoru |