# C1.Util.DX.Direct2D.SimplifiedGeometrySink.SetFillMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct2D_SimplifiedGeometrySink_SetFillMode_" data-uid="C1.Util.DX.Direct2D.SimplifiedGeometrySink.SetFillMode*">SetFillMode Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct2D_SimplifiedGeometrySink_SetFillMode_" data-uid="C1.Util.DX.Direct2D.SimplifiedGeometrySink.SetFillMode*"></a>
<h4 id="C1_Util_DX_Direct2D_SimplifiedGeometrySink_SetFillMode_C1_Util_DX_Direct2D_FillMode_" data-uid="C1.Util.DX.Direct2D.SimplifiedGeometrySink.SetFillMode(C1.Util.DX.Direct2D.FillMode)">SetFillMode(FillMode)</h4>
<div class="markdown level1 summary"><p>Specifies the method used to determine which points are inside the geometry described by this geometry sink  and which points are outside.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SetFillMode(FillMode fillMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SetFillMode(fillMode As FillMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Direct2D.FillMode.html">FillMode</a></td>
      <td><span class="parametername">fillMode</span></td>
      <td><p>The method used to determine whether a given point is part of the geometry.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
