Files
doc-fr/reference/image/functions/imagefilledrectangle.xml
Yannick Torres 6cee523f9d sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@189194 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-25 09:33:30 +00:00

52 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry id="function.imagefilledrectangle">
<refnamediv>
<refname>imagefilledrectangle</refname>
<refpurpose>Dessine un rectangle rempli</refpurpose>
</refnamediv>
<refsect1>
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagefilledrectangle</methodname>
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
<methodparam><type>int</type><parameter>y2</parameter></methodparam>
<methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilledrectangle</function> dessine un rectangle de
couleur <parameter>color</parameter> dans l'image <parameter>image</parameter>,
en commençant par le sommet supérieur gauche (<parameter>x1</parameter>,
<parameter>y1</parameter>) et finissant au sommet inférieur droit
(<parameter>x2</parameter>, <parameter>y2</parameter>). Le coin supérieur
gauche est l'origine (0, 0).
</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
-->