★ wanayoo — archive 1999 http://fr.php.net/manual/pt_BR/function.cpdf-lineto.phpNouvelle recherche | Portail wanayoo
PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<cpdf_import_jpegcpdf_moveto>
view the version of this page
Last updated: Thu, 18 Nov 2004

cpdf_lineto

(PHP 3>= 3.0.8, PHP 4 , PHP 5)

cpdf_lineto -- Draws a line

Description

bool cpdf_lineto ( int pdf_document, float x-coor, float y-coor [, int mode])

The cpdf_lineto() function draws a line from the current point to the point with coordinates (x-coor, y-coor). Retorna TRUE em caso de sucesso ou FALSE em falhas.

O parâmetro opcional mode determina a unidade de tamanho. Se é 0 ou omitida, o valor padrão de unidade especificado para a página é utilizada. Caso contrário, as coordenadas são medidas em postscript points independentemente da unidade atual

See also cpdf_moveto(), cpdf_rmoveto() and cpdf_curveto().



add a note add a note User Contributed Notes
cpdf_lineto
There are no user contributed notes for this page.

<cpdf_import_jpegcpdf_moveto>
 Last updated: Thu, 18 Nov 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This mirror generously provided by: nexen.net
Last updated: Sun Nov 28 05:18:36 2004 CET