<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 May 2019 10:11:55 Z</lastBuildDate><pubDate>3 Nov 2016 08:57:52 Z</pubDate><description>// ChampCrée permet de créer une forme trait&#13;
chmp est un Champ&#13;
chmp &lt;- ChampCrée("frmG01",typForme,10,10,400,300,Vrai)&#13;
&#13;
// ChampCrée ne permet pas de créer une forme rectangle&#13;
// FormePolygone transforme la forme en rectangle &#13;
tabPoints est un tableau d'entiers = [10,10,350,10,350,90,10,90]&#13;
FormePolygone(chmp, tabPoints)&#13;
chmp..CouleurFond = RVB(0,192,192)&#13;
&#13;
// Comment créer un rectangle avec coins arrondis ?</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation/read.awp</link><title>créer une forme par programmation</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-230296/read.awp</comments><pubDate>22 May 2019 10:11:55 Z</pubDate><description>Ce que vous proposez c'est pour dessiner un rectangle, ce qu'il cherche et je suis dans le même problème c'est comment créer un …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-230296/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-230296/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation/read.awp">créer une forme par programmation</source><title>Re: créer une forme par programmation</title></item><item><author>hoony</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-199656/read.awp</comments><pubDate>3 Nov 2016 14:19:54 Z</pubDate><description>Je pense déja que pour un rectangle tu n'as besoin que de 2 points, le supérieur gauche et inferieur droit, ou bien d'un seul po…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-199656/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation-199656/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/199648-creer-forme-par-programmation/read.awp">créer une forme par programmation</source><title>Re: créer une forme par programmation</title></item></channel></rss>
