1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-29 18:52:13 +02:00
Files
archived-doc-de/reference/image/functions/imagepolygon.xml
Nilgün Belma Bugüner 51cc385634 changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@283888 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 22:33:44 +00:00

56 lines
1.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- splitted from ./de/functions/image.xml, last change in rev 1.2 -->
<!-- last change to 'imagepolygon' in en/ tree in rev 1.2 -->
<!-- EN-Revision: n/a Maintainer: nobody Status: ready -->
<!-- OLD-Revision: 1.26/EN.1.2 -->
<refentry xml:id="function.imagepolygon" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagepolygon</refname>
<refpurpose>Zeichnen eines Vielecks (Polygon)</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung:</title>
<methodsynopsis>
<type>int</type><methodname>imagepolygon</methodname>
<methodparam><type>resource</type><parameter>im</parameter></methodparam>
<methodparam><type>array</type><parameter>points</parameter></methodparam>
<methodparam><type>int</type><parameter>num_points</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
<function>ImagePolygon</function> erzeugt ein Vieleck innerhalb
von <parameter>im</parameter>. <parameter>Points</parameter>
ist ein PHP-Array, das die Werte für die Eckpunkte des Polygons
enthält, z.B. Points[0] = x0, Points[1] = y0, Points[2]
= x1, Points[3] = y1 usw. <parameter>Num_points</parameter>
enthält die Gesamtzahl an Points (Points[n]).
</para>
<para>
Siehe auch <function>imagecreate</function> und
<function>imagefilledpolygon</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->