mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
add docs for cpdf_newpath.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25081 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e7a14cb803
commit
fa59ba91c7
1 changed files with 25 additions and 1 deletions
|
@ -1150,7 +1150,31 @@ cpdf_restore($pdf) ?>
|
|||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<refentry id="function.cpdf-newpath">
|
||||
<refnamediv>
|
||||
<refname>cpdf_newpath</refname>
|
||||
<refpurpose>
|
||||
Starts a new path
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>void
|
||||
<function>cpdf_newpath</function>
|
||||
</funcdef>
|
||||
<paramdef>int
|
||||
<parameter>pdf_document</parameter>
|
||||
</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_newpath</function> starts a new path on the document
|
||||
given by the <parameter>pdf_document</parameter> parameter.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.cpdf-moveto">
|
||||
<refnamediv>
|
||||
<refname>cpdf_moveto</refname>
|
||||
|
|
Loading…
Reference in a new issue