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:
Sterling Hughes 2000-05-26 04:40:02 +00:00
parent e7a14cb803
commit fa59ba91c7

View file

@ -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>