<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">If you want to change the border color
      of a rectangle created by xrect(x,y,w,h)<br>
      You can proceed as follow <br>
      xrect(x,y,w,h)<br>
      e=gce();e.foreground=6;<br>
      //6 is a color index , you can also do<br>
      // e.foreground=color("yellow")<br>
      If you want to draw a filled rectangle you can do<br>
      xrect(x,y,w,h)<br>
      e=gce();e.foreground=6;e.background=color("yellow");e.fill_mode='on';<br>
      <br>
      Serge Steer<br>
      Le 14/02/2013 15:26, Stéphane Franiatte a écrit :<br>
    </div>
    <blockquote
cite="mid:CAMCeBmZRS0FxGo541=1sNsNMq6yn+p4fEovdfwKFB6j9vWXKSA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Tout est dans le titre.
        <div><br>
        </div>
        <div>Merci,<br clear="all">
          <div><br>
          </div>
          -- <br>
          Stéphane Franiatte, B. ing.<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users-fr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users-fr@lists.scilab.org">users-fr@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users-fr">http://lists.scilab.org/mailman/listinfo/users-fr</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>