# GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Imaging_Skia_GcSkiaGraphics_InternalFillPath_" data-uid="GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath*">InternalFillPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Imaging_Skia_GcSkiaGraphics_InternalFillPath_" data-uid="GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath*"></a>
<h4 id="GrapeCity_Documents_Imaging_Skia_GcSkiaGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">InternalFillPath(IPath, Brush, RectangleF?, Matrix3x2?)</h4>
<div class="markdown level1 summary"><p>For internal use.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void InternalFillPath(IPath path, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub InternalFillPath(path As IPath, brush As Brush, brushBounds As RectangleF?, brushTransform As Matrix3x2?)</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="../DS.Documents.Imaging/GrapeCity.Documents.Drawing.IPath.html">IPath</a></td>
      <td><span class="parametername">path</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Drawing.Brush.html">Brush</a></td>
      <td><span class="parametername">brush</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>?</td>
      <td><span class="parametername">brushBounds</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>?</td>
      <td><span class="parametername">brushTransform</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">GcGraphics.InternalFillPath(IPath, Brush, RectangleF?, Matrix3x2?)</a></div>


<a id="GrapeCity_Documents_Imaging_Skia_GcSkiaGraphics_InternalFillPath_" data-uid="GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath*"></a>
<h4 id="GrapeCity_Documents_Imaging_Skia_GcSkiaGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_" data-uid="GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.InternalFillPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color)">InternalFillPath(IPath, Color)</h4>
<div class="markdown level1 summary"><p>For internal use.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void InternalFillPath(IPath path, Color color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub InternalFillPath(path As IPath, color As Color)</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="../DS.Documents.Imaging/GrapeCity.Documents.Drawing.IPath.html">IPath</a></td>
      <td><span class="parametername">path</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_">GcGraphics.InternalFillPath(IPath, Color)</a></div>
</div>
