# C1.C1Preview.C1PrintDocument.RenderDirectPolygon

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*">RenderDirectPolygon Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Boolean_C1_C1Preview_Style_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Boolean,C1.C1Preview.Style)">RenderDirectPolygon(IEnumerable, bool, Style)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, bool closed, Style style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, closed As Boolean, style As Style)</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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">closed</span></td>
      <td><p>A value indicating whether the polygon should be closed (i.e. the last point connected to the first one).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Style.html">Style</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.C1PrintDocument.Style.html#C1_C1Preview_C1PrintDocument_Style">Style</a> to use.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Boolean_C1_C1Preview_Style__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Boolean_C1_C1Preview_Style__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef,System.Drawing.Color)">RenderDirectPolygon(IEnumerable, LineDef, Color)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillColor</code> specifies a non-empty and non-transparent color,
the polygon is closed, otherwise it is open.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, LineDef line, Color fillColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, line As LineDef, fillColor 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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> to draw the polygon with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>The fill color (if empty or transparent, the polygon is closed, otherwise it is open).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Color__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Color__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef,System.Drawing.Brush)">RenderDirectPolygon(IEnumerable, LineDef, Brush)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillBrush</code> is <b>null</b>, the polygon is open, otherwise it is closed.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, LineDef line, Brush fillBrush)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, line As LineDef, fillBrush As Brush)</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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> to draw the polygon with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a></td>
      <td><span class="parametername">fillBrush</span></td>
      <td><p>The fill color (if <b>null</b>, the polygon is open, otherwise it is closed).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Brush__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_System_Drawing_Brush__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,C1.C1Preview.LineDef)">RenderDirectPolygon(IEnumerable, LineDef)</h4>
<div class="markdown level1 summary"><p>Creates an open <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, LineDef line)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, line As LineDef)</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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> to draw the polygon with.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_C1_C1Preview_LineDef__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Drawing.Color,C1.C1Preview.Unit,System.Drawing.Color)">RenderDirectPolygon(IEnumerable, Color, Unit, Color)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
<p>
If <code class="paramref">fillColor</code> specifies a non-empty and non-transparent color,
the polygon is closed, otherwise it is open.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, Color lineColor, Unit lineThickness, Color fillColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, lineColor As Color, lineThickness As Unit, fillColor 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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>The line color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">lineThickness</span></td>
      <td><p>The line thickness.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">fillColor</span></td>
      <td><p>The fill color (if empty or transparent, the polygon is closed, otherwise it is open).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_System_Drawing_Color__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectPolygon(System.Collections.IEnumerable,System.Drawing.Color,C1.C1Preview.Unit)">RenderDirectPolygon(IEnumerable, Color, Unit)</h4>
<div class="markdown level1 summary"><p>Creates an open <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> from a collection of
<a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects, and renders it on the current page,
at position specified by the points' coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectPolygon(IEnumerable points, Color lineColor, Unit lineThickness)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectPolygon(points As IEnumerable, lineColor As Color, lineThickness As Unit)</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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><span class="parametername">points</span></td>
      <td><p>The collection of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> objects
(an exception occurs if an object that is <b>not</b> a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> is found in the collection).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>The line color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">lineThickness</span></td>
      <td><p>The line thickness.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.
</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectPolygon_System_Collections_IEnumerable_System_Drawing_Color_C1_C1Preview_Unit__seealso">See Also</h5>
<div class="seealso">
    <div><span class="xref">C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)</span></div>
    <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>
</div>
