Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
cpdf_import_jpeg cpdf_moveto ClibPDF PHP Manual cpdf_lineto (PHP 4, 5 <= 5.0.5) — Draws a line Description bool ( int $pdf_document , float $x_coor $y_coor [, $mode ] ) The cpdf_lineto() funct...
Forum und email

cpdf_lineto

(PHP 4, PHP 5 <= 5.0.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 specified point.

Parameters

pdf_document

The document handle, returned by cpdf_open().

x_coor

The x-coordinate of the destination point

y_coor

The y-coordinate of the destination point

mode

The optional parameter mode determines the unit length. If it is 0 or omitted the default unit as specified for the page is used. Otherwise the coordinates are measured in postscript points disregarding the current unit.

Return values

Palauttaa TRUE onnistuessaan, muutoin FALSE.