# GrapeCity.Documents.Common.Quadrilateral.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Common_Quadrilateral_op_Implicit_" data-uid="GrapeCity.Documents.Common.Quadrilateral.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Common_Quadrilateral_op_Implicit_" data-uid="GrapeCity.Documents.Common.Quadrilateral.op_Implicit*"></a>
<h4 id="GrapeCity_Documents_Common_Quadrilateral_op_Implicit_System_Drawing_RectangleF__GrapeCity_Documents_Common_Quadrilateral" data-uid="GrapeCity.Documents.Common.Quadrilateral.op_Implicit(System.Drawing.RectangleF)~GrapeCity.Documents.Common.Quadrilateral">implicit operator Quadrilateral(RectangleF)</h4>
<div class="markdown level1 summary"><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> to <a class="xref" href="GrapeCity.Documents.Common.Quadrilateral.html">Quadrilateral</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Quadrilateral(RectangleF rect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(rect As RectangleF) As Quadrilateral</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.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">rect</span></td>
      <td><p>The rectangle to convert.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Common.Quadrilateral.html">Quadrilateral</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
