Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 14159

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Draw a Rectangle</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.ui-draw-path.html">UI\Draw\Path</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ui-draw-path.arcto.html">UI\Draw\Path::arcTo</a></div>
 <div class="up"><a href="class.ui-draw-path.html">UI\Draw\Path</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ui-draw-path.addrectangle" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">UI\Draw\Path::addRectangle</h1>
  <p class="verinfo">(PHP 7, UI 0.9.9)</p><p class="refpurpose"><span class="refname">UI\Draw\Path::addRectangle</span> &mdash; <span class="dc-title">Draw a Rectangle</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ui-draw-path.addrectangle-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Path::addRectangle</strong></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$point</code></span>
   , <span class="methodparam"><span class="type"><span class="type UI\Size">UI\Size</span></span> <code class="parameter">$size</code></span>
   )</div>

  <p class="para rdfs-comment">
   Shall map the path of a rectangle of the given size, at the given point
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ui-draw-path.addrectangle-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   
    <dt>
<code class="parameter">point</code></dt>

    <dd>

     <p class="para">
      The point to begin the shape
     </p>
    </dd>

   
   
    <dt>
<code class="parameter">size</code></dt>

    <dd>

     <p class="para">
      The size of the rectangle
     </p>
    </dd>

   
  </dl>

 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.ui-draw-path.html">UI\Draw\Path</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ui-draw-path.arcto.html">UI\Draw\Path::arcTo</a></div>
 <div class="up"><a href="class.ui-draw-path.html">UI\Draw\Path</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>