<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ui-draw-pen.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ui-draw-pen.fill.php',
    1 => 'UI\\Draw\\Pen::fill',
    2 => 'Fill a Path',
  ),
  'up' => 
  array (
    0 => 'class.ui-draw-pen.php',
    1 => 'UI\\Draw\\Pen',
  ),
  'prev' => 
  array (
    0 => 'ui-draw-pen.clip.php',
    1 => 'UI\\Draw\\Pen::clip',
  ),
  'next' => 
  array (
    0 => 'ui-draw-pen.restore.php',
    1 => 'UI\\Draw\\Pen::restore',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/ui/draw/pen/fill.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ui-draw-pen.fill" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">UI\Draw\Pen::fill</h1>
  <p class="verinfo">(UI 0.9.9)</p><p class="refpurpose"><span class="refname">UI\Draw\Pen::fill</span> &mdash; <span class="dc-title">Fill a Path</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ui-draw-pen.fill-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Pen::fill</strong></span>(<span class="methodparam"><span class="type"><a href="class.ui-draw-path.php" class="type UI\Draw\Path">UI\Draw\Path</a></span> <code class="parameter">$path</code></span>, <span class="methodparam"><span class="type"><a href="class.ui-draw-brush.php" class="type UI\Draw\Brush">UI\Draw\Brush</a></span> <code class="parameter">$with</code></span>)</div>

  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Pen::fill</strong></span>(<span class="methodparam"><span class="type"><a href="class.ui-draw-path.php" class="type UI\Draw\Path">UI\Draw\Path</a></span> <code class="parameter">$path</code></span>, <span class="methodparam"><span class="type"><a href="class.ui-draw-color.php" class="type UI\Draw\Color">UI\Draw\Color</a></span> <code class="parameter">$with</code></span>)</div>

  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Pen::fill</strong></span>(<span class="methodparam"><span class="type"><a href="class.ui-draw-path.php" class="type UI\Draw\Path">UI\Draw\Path</a></span> <code class="parameter">$path</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$with</code></span>)</div>

  <p class="para rdfs-comment">
   Shall fill the given path
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ui-draw-pen.fill-parameters">
  <h3 class="title">Parameters</h3>
  <dl>
   
    <dt><code class="parameter">path</code></dt>
    <dd>
     <p class="para">
      The path to fill
     </p>
    </dd>
   
   
    <dt><code class="parameter">with</code></dt>
    <dd>
     <p class="para">
     The color or brush to fill with
     </p>
    </dd>
   
  </dl>
 </div>



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