# C1.WinUI.Viewer.C1WinUICanvasGraphics.InternalDrawPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WinUI_Viewer_C1WinUICanvasGraphics_InternalDrawPath_" data-uid="C1.WinUI.Viewer.C1WinUICanvasGraphics.InternalDrawPath*">InternalDrawPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WinUI_Viewer_C1WinUICanvasGraphics_InternalDrawPath_" data-uid="C1.WinUI.Viewer.C1WinUICanvasGraphics.InternalDrawPath*"></a>
<h4 id="C1_WinUI_Viewer_C1WinUICanvasGraphics_InternalDrawPath_C1_Document_Util_IPath_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_" data-uid="C1.WinUI.Viewer.C1WinUICanvasGraphics.InternalDrawPath(C1.Document.Util.IPath,System.Drawing.Color,System.Double,C1.Document.Util.PenStyle)">InternalDrawPath(IPath, Color, double, PenStyle)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void InternalDrawPath(IPath path, Color color, double lineWidth, PenStyle penStyle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub InternalDrawPath(path As IPath, color As Color, lineWidth As Double, penStyle As PenStyle)</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><span class="xref">IPath</span></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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">lineWidth</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">PenStyle</span></td>
      <td><span class="parametername">penStyle</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
