# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice" class="text-break">IDrawingDevice Interface
</h1>
  <div class="markdown level0 summary"><p>The IDrawingDevice interface provides methods for drawing objects to the display device.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDrawingDevice : ITextMeasurer</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_DrawEllipse_System_Drawing_PointF_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.DrawEllipse(System.Drawing.PointF,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.DrawEllipse.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_DrawEllipse_System_Drawing_PointF_System_Single_System_Single_System_Single_">DrawEllipse(PointF, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_DrawString_System_String_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.DrawString(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.DrawString.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_DrawString_System_String_System_Drawing_RectangleF_">DrawString(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text at the specified location using the specified device context, font, and color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_FillPolygon_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.FillPolygon(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.FillPolygon.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_FillPolygon_System_Drawing_PointF___">FillPolygon(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Fills polygon.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_FillRectangle_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.FillRectangle(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.FillRectangle.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice_FillRectangle_System_Drawing_RectangleF_">FillRectangle(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior with a rectangle specified by a pair of coordinates, a width, and a height.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
