<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'gmagick.raiseimage.php',
    1 => 'Gmagick::raiseimage',
    2 => 'Creates a simulated 3d button-like effect',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.radialblurimage.php',
    1 => 'Gmagick::radialblurimage',
  ),
  'next' => 
  array (
    0 => 'gmagick.read.php',
    1 => 'Gmagick::read',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/gmagick/raiseimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.raiseimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::raiseimage</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::raiseimage</span> &mdash; <span class="dc-title">Creates a simulated 3d button-like effect</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.raiseimage-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::raiseimage</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$width</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$height</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$x</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$y</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$raise</code></span><br>): <span class="type"><a href="class.gmagick.php" class="type Gmagick">Gmagick</a></span></div>

  <p class="simpara">
   Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.raiseimage-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt><code class="parameter">width</code></dt>
    <dd>
     <span class="simpara">
       Width of the area to raise.
     </span>
    </dd>
   
   
    <dt><code class="parameter">height</code></dt>
    <dd>
     <span class="simpara">
      Height of the area to raise.
     </span>
    </dd>
   
   
    <dt><code class="parameter">x</code></dt>
    <dd>
     <span class="simpara">
      X coordinate.
     </span>
    </dd>
   
   
    <dt><code class="parameter">y</code></dt>
    <dd>
     <span class="simpara">
      Y coordinate.
     </span>
    </dd>
   
   
    <dt><code class="parameter">raise</code></dt>
    <dd>
     <span class="simpara">
      A value other than zero creates a 3-D raise effect, otherwise it has a lowered effect.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.raiseimage-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   The <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> object.
  </p>
 </div>


  <div class="refsect1 errors" id="refsect1-gmagick.raiseimage-errors">
  <h3 class="title">Errori/Eccezioni</h3>
  <p class="simpara">
   Throws an
<span class="classname"><strong class="classname">GmagickException</strong></span> on error.
  </p>
 </div>


</div><?php manual_footer($setup); ?>