<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ui-area.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ui-area.ondraw.php',
    1 => 'UI\\Area::onDraw',
    2 => 'Draw Callback',
  ),
  'up' => 
  array (
    0 => 'class.ui-area.php',
    1 => 'UI\\Area',
  ),
  'prev' => 
  array (
    0 => 'class.ui-area.php',
    1 => 'UI\\Area',
  ),
  'next' => 
  array (
    0 => 'ui-area.onkey.php',
    1 => 'UI\\Area::onKey',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/ui/area/ondraw.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ui-area.ondraw" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">UI\Area::onDraw</h1>
  <p class="verinfo">(UI 0.9.9)</p><p class="refpurpose"><span class="refname">UI\Area::onDraw</span> &mdash; <span class="dc-title">Draw Callback</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ui-area.ondraw-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">protected</span> <span class="methodname"><strong>UI\Area::onDraw</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.ui-draw-pen.php" class="type UI\Draw\Pen">UI\Draw\Pen</a></span> <code class="parameter">$pen</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.ui-size.php" class="type UI\Size">UI\Size</a></span> <code class="parameter">$areaSize</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.ui-point.php" class="type UI\Point">UI\Point</a></span> <code class="parameter">$clipPoint</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.ui-size.php" class="type UI\Size">UI\Size</a></span> <code class="parameter">$clipSize</code></span><br>)</div>

  <p class="para rdfs-comment">
   Shall be invoked when this Area requires redrawing
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ui-area.ondraw-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">pen</code></dt>
    <dd>
     <p class="para">
      A Pen suitable for drawing in this Area
     </p>
    </dd>
   
   
    <dt><code class="parameter">areaSize</code></dt>
    <dd>
     <p class="para">
      The size of the Area
     </p>
    </dd>
   
   
    <dt><code class="parameter">clipPoint</code></dt>
    <dd>
     <p class="para">
      The clip point of the Area
     </p>
    </dd>
   
   
    <dt><code class="parameter">clipSize</code></dt>
    <dd>
     <p class="para">
      The clip size of the Area
     </p>
    </dd>
   
  </dl>
 </div>


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