# GrapeCity.ActiveReports.Layout.Size-1.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Layout_Size_1__ctor_" data-uid="GrapeCity.ActiveReports.Layout.Size`1.#ctor*">Size Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Layout_Size_1__ctor_" data-uid="GrapeCity.ActiveReports.Layout.Size`1.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Layout_Size_1__ctor__0__0_" data-uid="GrapeCity.ActiveReports.Layout.Size`1.#ctor(`0,`0)">Size(T, T)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Layout.Size-1.html">Size&lt;T&gt;</a> struct.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Size(T width, T height)</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><span class="xref">T</span></td>
      <td><span class="parametername">width</span></td>
      <td><p>The horizontal component of this <a class="xref" href="GrapeCity.ActiveReports.Layout.Size-1.html">Size&lt;T&gt;</a> struct.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">height</span></td>
      <td><p>The vertical component of this <a class="xref" href="GrapeCity.ActiveReports.Layout.Size-1.html">Size&lt;T&gt;</a> struct.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
