# GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice*">InchesToDevice Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_System_Drawing_SizeF_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice(System.Drawing.SizeF)">InchesToDevice(SizeF)</h4>
<div class="markdown level1 summary"><p>Converts the inch values to device values using dpi settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected SizeF InchesToDevice(SizeF value)</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.sizef">SizeF</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The values.</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="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><p>Returns the converted value.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice(System.Drawing.PointF)">InchesToDevice(PointF)</h4>
<div class="markdown level1 summary"><p>Converts the inch values to device values using dpi settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected PointF InchesToDevice(PointF value)</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.pointf">PointF</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The values.</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="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><p>Returns the converted value.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_CanvasItemRenderer_InchesToDevice_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice(System.Drawing.RectangleF)">InchesToDevice(RectangleF)</h4>
<div class="markdown level1 summary"><p>Converts inch rectangle values to device values using dpi settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected RectangleF InchesToDevice(RectangleF value)</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">value</span></td>
      <td><p>The rectangle.</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="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><p>Returns the converted rectangle.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
