# C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.MeasureText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_MeasureText_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.MeasureText*">MeasureText Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_MeasureText_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.MeasureText*"></a>
<h4 id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_MeasureText_System_String_System_Drawing_Size_C1_Framework_Drawing_Gdi_DeviceContexts_TextFormat_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.MeasureText(System.String,System.Drawing.Size,C1.Framework.Drawing.Gdi.DeviceContexts.TextFormat)">MeasureText(string, Size, TextFormat)</h4>
<div class="markdown level1 summary"><p>Draws formatted text in the specified rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Size MeasureText(string text, Size proposedSize, TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function MeasureText(text As String, proposedSize As Size, format As TextFormat) As Size</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The string that specifies the text to be drawn.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.size">Size</a></td>
      <td><span class="parametername">proposedSize</span></td>
      <td><p>Contains the proposed size in which the text is to be formatted.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Framework.Drawing.Gdi.DeviceContexts.TextFormat.html">TextFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>Specifies the method of formatting the text.</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.size">Size</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
