# C1.Win.C1ChartBase.baseChartAnnotation.baseAnnoTextRectData.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1ChartBase_baseChartAnnotation_baseAnnoTextRectData__ctor_" data-uid="C1.Win.C1ChartBase.baseChartAnnotation.baseAnnoTextRectData.#ctor*">baseAnnoTextRectData Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1ChartBase_baseChartAnnotation_baseAnnoTextRectData__ctor_" data-uid="C1.Win.C1ChartBase.baseChartAnnotation.baseAnnoTextRectData.#ctor*"></a>
<h4 id="C1_Win_C1ChartBase_baseChartAnnotation_baseAnnoTextRectData__ctor_System_Boolean_System_Drawing_PointF_System_Drawing_RectangleF_" data-uid="C1.Win.C1ChartBase.baseChartAnnotation.baseAnnoTextRectData.#ctor(System.Boolean,System.Drawing.PointF,System.Drawing.RectangleF)">baseAnnoTextRectData(bool, PointF, RectangleF)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1ChartBase.baseChartAnnotation.baseAnnoTextRectData.html">baseChartAnnotation.baseAnnoTextRectData</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public baseAnnoTextRectData(bool atStart, PointF pfRot, RectangleF rf)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(atStart As Boolean, pfRot As PointF, rf As RectangleF)</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.boolean">bool</a></td>
      <td><span class="parametername">atStart</span></td>
      <td><p>Specifies the location of the coordinates of the AlarmZone extents data.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">pfRot</span></td>
      <td><p>The coordinate of the upper-left corner of the AlarmZone extents data rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">rf</span></td>
      <td><p>The size of AlarmZone extents data rectangle.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
