Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 7755

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>Show image at the page</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harupage.curveto.html">HaruPage::curveTo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.ellipse.html">HaruPage::ellipse</a></div>
 <div class="up"><a href="class.harupage.html">HaruPage</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="harupage.drawimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HaruPage::drawImage</h1>
  <p class="verinfo">(PECL haru &gt;= 0.0.1)</p><p class="refpurpose"><span class="refname">HaruPage::drawImage</span> &mdash; <span class="dc-title">Show image at the page</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-harupage.drawimage-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>HaruPage::drawImage</strong></span>
    ( <span class="methodparam"><span class="type">object</span> <code class="parameter">$image</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$x</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$width</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$height</code></span>
   )</div>

  <p class="para rdfs-comment">
   Show image at the page.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-harupage.drawimage-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

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

     <dd>

      <p class="para">
       Valid <a href="class.haruimage.html" class="classname">HaruImage</a> instance.
      </p>
     </dd>

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

     <dd>

      <p class="para">
       The left border of the area where the image is displayed.
      </p>
     </dd>

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

     <dd>

      <p class="para">
       The lower border of the area where the image is displayed.
      </p>
     </dd>

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

     <dd>

      <p class="para">
       The width of the image area.
      </p>
     </dd>

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

     <dd>

      <p class="para">
       The height of the image area.
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-harupage.drawimage-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-harupage.drawimage-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="para">Throws a <a href="class.haruexception.html" class="classname">HaruException</a> on error.</p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harupage.curveto.html">HaruPage::curveTo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.ellipse.html">HaruPage::ellipse</a></div>
 <div class="up"><a href="class.harupage.html">HaruPage</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>