# C1.Android.Core.C1Size

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Android_Core_C1Size" data-uid="C1.Android.Core.C1Size" class="text-break">C1Size Struct
</h1>
  <div class="markdown level0 summary"><p>Describes the width and height of an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Android.Core.html">C1.Android.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Android.Core.dll</h6>
  <h5 id="C1_Android_Core_C1Size_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct C1Size</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure C1Size</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Android_Core_C1Size__ctor_System_Double_System_Double_" data-uid="C1.Android.Core.C1Size.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.Android.Core.C1Size.-ctor.html#C1_Android_Core_C1Size__ctor_System_Double_System_Double_">C1Size(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Android.Core.C1Size.html">C1Size</a> structure and assigns it an initial width and height.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Android_Core_C1Size_Empty" data-uid="C1.Android.Core.C1Size.Empty">
          <a class="xref" href="C1.Android.Core.C1Size.Empty.html#C1_Android_Core_C1Size_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents a static empty <a class="xref" href="C1.Android.Core.C1Size.html">C1Size</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_Height" data-uid="C1.Android.Core.C1Size.Height">
          <a class="xref" href="C1.Android.Core.C1Size.Height.html#C1_Android_Core_C1Size_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_IsEmpty" data-uid="C1.Android.Core.C1Size.IsEmpty">
          <a class="xref" href="C1.Android.Core.C1Size.IsEmpty.html#C1_Android_Core_C1Size_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_Width" data-uid="C1.Android.Core.C1Size.Width">
          <a class="xref" href="C1.Android.Core.C1Size.Width.html#C1_Android_Core_C1Size_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Android_Core_C1Size_Equals_System_Object_" data-uid="C1.Android.Core.C1Size.Equals(System.Object)">
          <a class="xref" href="C1.Android.Core.C1Size.Equals.html#C1_Android_Core_C1Size_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares an object to an instance of <a class="xref" href="C1.Android.Core.C1Size.html">C1Size</a> for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_GetHashCode" data-uid="C1.Android.Core.C1Size.GetHashCode">
          <a class="xref" href="C1.Android.Core.C1Size.GetHashCode.html#C1_Android_Core_C1Size_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_ToString" data-uid="C1.Android.Core.C1Size.ToString">
          <a class="xref" href="C1.Android.Core.C1Size.ToString.html#C1_Android_Core_C1Size_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Android_Core_C1Size_op_Equality_C1_Android_Core_C1Size_C1_Android_Core_C1Size_" data-uid="C1.Android.Core.C1Size.op_Equality(C1.Android.Core.C1Size,C1.Android.Core.C1Size)">
          <a class="xref" href="C1.Android.Core.C1Size.op_Equality.html#C1_Android_Core_C1Size_op_Equality_C1_Android_Core_C1Size_C1_Android_Core_C1Size_">operator ==(C1Size, C1Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two instances of <a class="xref" href="C1.Android.Core.C1Size.html">C1Size</a> for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Size_op_Inequality_C1_Android_Core_C1Size_C1_Android_Core_C1Size_" data-uid="C1.Android.Core.C1Size.op_Inequality(C1.Android.Core.C1Size,C1.Android.Core.C1Size)">
          <a class="xref" href="C1.Android.Core.C1Size.op_Inequality.html#C1_Android_Core_C1Size_op_Inequality_C1_Android_Core_C1Size_C1_Android_Core_C1Size_">operator !=(C1Size, C1Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two instances of <a class="xref" href="C1.Android.Core.C1Size.html">C1Size</a> for inequality.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
