# C1.Util.DX.RectL

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_RectL" data-uid="C1.Util.DX.RectL" class="text-break">RectL Struct
</h1>
  <div class="markdown level0 summary"><p>Defines a RectL. This structure is slightly different from System.Drawing.Rectangle as<br>
it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="C1.Util.DX.RectL.html">RectL</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.html">C1.Util.DX</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_RectL_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct RectL : IEquatable&lt;RectL&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure RectL
    Implements IEquatable(Of RectL)</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_Util_DX_RectL__ctor_System_Drawing_Rectangle_" data-uid="C1.Util.DX.RectL.#ctor(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Util.DX.RectL.-ctor.html#C1_Util_DX_RectL__ctor_System_Drawing_Rectangle_">RectL(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL__ctor_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.-ctor.html#C1_Util_DX_RectL__ctor_System_Int32_System_Int32_">RectL(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.-ctor.html#C1_Util_DX_RectL__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">RectL(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_RectL_Bottom" data-uid="C1.Util.DX.RectL.Bottom">
          <a class="xref" href="C1.Util.DX.RectL.Bottom.html">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>The y-coordinate of the bottom edge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Empty" data-uid="C1.Util.DX.RectL.Empty">
          <a class="xref" href="C1.Util.DX.RectL.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>An empty rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Infinite" data-uid="C1.Util.DX.RectL.Infinite">
          <a class="xref" href="C1.Util.DX.RectL.Infinite.html">Infinite</a>
        </td>
        <td class="markdown level1 summary"><p>An infinite rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Left" data-uid="C1.Util.DX.RectL.Left">
          <a class="xref" href="C1.Util.DX.RectL.Left.html">Left</a>
        </td>
        <td class="markdown level1 summary"><p>The x-coordinate of the left edge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Right" data-uid="C1.Util.DX.RectL.Right">
          <a class="xref" href="C1.Util.DX.RectL.Right.html">Right</a>
        </td>
        <td class="markdown level1 summary"><p>The x-coordinate of the right edge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_SizeInBytes" data-uid="C1.Util.DX.RectL.SizeInBytes">
          <a class="xref" href="C1.Util.DX.RectL.SizeInBytes.html">SizeInBytes</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> type, in bytes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Top" data-uid="C1.Util.DX.RectL.Top">
          <a class="xref" href="C1.Util.DX.RectL.Top.html">Top</a>
        </td>
        <td class="markdown level1 summary"><p>The y-coordinate of the top edge.</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_Util_DX_RectL_HasSpace" data-uid="C1.Util.DX.RectL.HasSpace">
          <a class="xref" href="C1.Util.DX.RectL.HasSpace.html#C1_Util_DX_RectL_HasSpace">HasSpace</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if there is some space within the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Height" data-uid="C1.Util.DX.RectL.Height">
          <a class="xref" href="C1.Util.DX.RectL.Height.html#C1_Util_DX_RectL_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_IsEmpty" data-uid="C1.Util.DX.RectL.IsEmpty">
          <a class="xref" href="C1.Util.DX.RectL.IsEmpty.html#C1_Util_DX_RectL_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if all components of <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> are equal to zero.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Location" data-uid="C1.Util.DX.RectL.Location">
          <a class="xref" href="C1.Util.DX.RectL.Location.html#C1_Util_DX_RectL_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point with coordinates of the left top corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Size" data-uid="C1.Util.DX.RectL.Size">
          <a class="xref" href="C1.Util.DX.RectL.Size.html#C1_Util_DX_RectL_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Width" data-uid="C1.Util.DX.RectL.Width">
          <a class="xref" href="C1.Util.DX.RectL.Width.html#C1_Util_DX_RectL_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_X" data-uid="C1.Util.DX.RectL.X">
          <a class="xref" href="C1.Util.DX.RectL.X.html#C1_Util_DX_RectL_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Y" data-uid="C1.Util.DX.RectL.Y">
          <a class="xref" href="C1.Util.DX.RectL.Y.html#C1_Util_DX_RectL_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate of the rectangle.</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_Util_DX_RectL_Contains_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.Contains(C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.Contains.html#C1_Util_DX_RectL_Contains_C1_Util_DX_RectL_">Contains(RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified rectangle is fully contained within this rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Contains_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.Contains(System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.Contains.html#C1_Util_DX_RectL_Contains_System_Int32_System_Int32_">Contains(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified point is contained within this rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_ContainsRef_C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.ContainsRef(C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.ContainsRef.html#C1_Util_DX_RectL_ContainsRef_C1_Util_DX_RectL__">ContainsRef(ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified rectangle is fully contained within this rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Equals_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.Equals(C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.Equals.html#C1_Util_DX_RectL_Equals_C1_Util_DX_RectL_">Equals(RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Equals_System_Object_" data-uid="C1.Util.DX.RectL.Equals(System.Object)">
          <a class="xref" href="C1.Util.DX.RectL.Equals.html#C1_Util_DX_RectL_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_EqualsRef_C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.EqualsRef(C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.EqualsRef.html#C1_Util_DX_RectL_EqualsRef_C1_Util_DX_RectL__">EqualsRef(ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_FromLTRB_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.FromLTRB.html#C1_Util_DX_RectL_FromLTRB_System_Int32_System_Int32_System_Int32_System_Int32_">FromLTRB(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> struct from (left, top, right, bottom) coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_GetHashCode" data-uid="C1.Util.DX.RectL.GetHashCode">
          <a class="xref" href="C1.Util.DX.RectL.GetHashCode.html#C1_Util_DX_RectL_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Inflate_C1_Util_DX_RectL_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.Inflate(C1.Util.DX.RectL,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.Inflate.html#C1_Util_DX_RectL_Inflate_C1_Util_DX_RectL_System_Int32_System_Int32_">Inflate(RectL, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates the rectangle by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Inflate_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.Inflate(System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.Inflate.html#C1_Util_DX_RectL_Inflate_System_Int32_System_Int32_">Inflate(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates the rectangle by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Intersect_C1_Util_DX_RectL_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.Intersect(C1.Util.DX.RectL,C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.Intersect.html#C1_Util_DX_RectL_Intersect_C1_Util_DX_RectL_C1_Util_DX_RectL_">Intersect(RectL, RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a rectangle that represents the intersection of two rectangles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_IntersectFast_C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.IntersectFast(C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.IntersectFast.html#C1_Util_DX_RectL_IntersectFast_C1_Util_DX_RectL__">IntersectFast(ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Quickly updates a rectangle to represent the intersection with another rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_IntersectRef_C1_Util_DX_RectL__C1_Util_DX_RectL__C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.IntersectRef(C1.Util.DX.RectL@,C1.Util.DX.RectL@,C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.IntersectRef.html#C1_Util_DX_RectL_IntersectRef_C1_Util_DX_RectL__C1_Util_DX_RectL__C1_Util_DX_RectL__">IntersectRef(out RectL, ref RectL, ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a rectangle that represents the intersection of two rectangles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_IntersectsWith_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.IntersectsWith(C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.IntersectsWith.html#C1_Util_DX_RectL_IntersectsWith_C1_Util_DX_RectL_">IntersectsWith(RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if this rectangle intersects with rect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_IntersectsWithRef_C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.IntersectsWithRef(C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.IntersectsWithRef.html#C1_Util_DX_RectL_IntersectsWithRef_C1_Util_DX_RectL__">IntersectsWithRef(ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if this rectangle intersects with rect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_MakeLTRB" data-uid="C1.Util.DX.RectL.MakeLTRB">
          <a class="xref" href="C1.Util.DX.RectL.MakeLTRB.html#C1_Util_DX_RectL_MakeLTRB">MakeLTRB()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the rectangle from (X, Y, Width, Height) to (Left, Top, Right, Bottom) coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_MakeXYWH" data-uid="C1.Util.DX.RectL.MakeXYWH">
          <a class="xref" href="C1.Util.DX.RectL.MakeXYWH.html#C1_Util_DX_RectL_MakeXYWH">MakeXYWH()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the rectangle from (Left, Top, Right, Bottom) to (X, Y, Width, Height) coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Offset_C1_Util_DX_RectL_C1_Util_DX_Size2L_" data-uid="C1.Util.DX.RectL.Offset(C1.Util.DX.RectL,C1.Util.DX.Size2L)">
          <a class="xref" href="C1.Util.DX.RectL.Offset.html#C1_Util_DX_RectL_Offset_C1_Util_DX_RectL_C1_Util_DX_Size2L_">Offset(RectL, Size2L)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the rectangle by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Offset_C1_Util_DX_RectL_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.Offset(C1.Util.DX.RectL,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.Offset.html#C1_Util_DX_RectL_Offset_C1_Util_DX_RectL_System_Int32_System_Int32_">Offset(RectL, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the rectangle by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Offset_System_Int32_System_Int32_" data-uid="C1.Util.DX.RectL.Offset(System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.RectL.Offset.html#C1_Util_DX_RectL_Offset_System_Int32_System_Int32_">Offset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the rectangle by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_ToRectD" data-uid="C1.Util.DX.RectL.ToRectD">
          <a class="xref" href="C1.Util.DX.RectL.ToRectD.html#C1_Util_DX_RectL_ToRectD">ToRectD()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> to <a class="xref" href="C1.Util.DX.RectD.html">RectD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_ToRectF" data-uid="C1.Util.DX.RectL.ToRectF">
          <a class="xref" href="C1.Util.DX.RectL.ToRectF.html#C1_Util_DX_RectL_ToRectF">ToRectF()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> to <a class="xref" href="C1.Util.DX.RectF.html">RectF</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_ToRectangle" data-uid="C1.Util.DX.RectL.ToRectangle">
          <a class="xref" href="C1.Util.DX.RectL.ToRectangle.html#C1_Util_DX_RectL_ToRectangle">ToRectangle()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_ToString" data-uid="C1.Util.DX.RectL.ToString">
          <a class="xref" href="C1.Util.DX.RectL.ToString.html#C1_Util_DX_RectL_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_Union_C1_Util_DX_RectL_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.Union(C1.Util.DX.RectL,C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.Union.html#C1_Util_DX_RectL_Union_C1_Util_DX_RectL_C1_Util_DX_RectL_">Union(RectL, RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_UnionRef_C1_Util_DX_RectL__C1_Util_DX_RectL__C1_Util_DX_RectL__" data-uid="C1.Util.DX.RectL.UnionRef(C1.Util.DX.RectL@,C1.Util.DX.RectL@,C1.Util.DX.RectL@)">
          <a class="xref" href="C1.Util.DX.RectL.UnionRef.html#C1_Util_DX_RectL_UnionRef_C1_Util_DX_RectL__C1_Util_DX_RectL__C1_Util_DX_RectL__">UnionRef(out RectL, ref RectL, ref RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</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_Util_DX_RectL_op_Equality_C1_Util_DX_RectL_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.op_Equality(C1.Util.DX.RectL,C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.op_Equality.html#C1_Util_DX_RectL_op_Equality_C1_Util_DX_RectL_C1_Util_DX_RectL_">operator ==(RectL, RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified values are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_op_Explicit_C1_Util_DX_RectL__System_Drawing_Rectangle" data-uid="C1.Util.DX.RectL.op_Explicit(C1.Util.DX.RectL)~System.Drawing.Rectangle">
          <a class="xref" href="C1.Util.DX.RectL.op_Explicit.html#C1_Util_DX_RectL_op_Explicit_C1_Util_DX_RectL__System_Drawing_Rectangle">explicit operator Rectangle(RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="C1.Util.DX.RectL.html">RectL</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_op_Explicit_System_Drawing_Rectangle__C1_Util_DX_RectL" data-uid="C1.Util.DX.RectL.op_Explicit(System.Drawing.Rectangle)~C1.Util.DX.RectL">
          <a class="xref" href="C1.Util.DX.RectL.op_Explicit.html#C1_Util_DX_RectL_op_Explicit_System_Drawing_Rectangle__C1_Util_DX_RectL">explicit operator RectL(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> to <a class="xref" href="C1.Util.DX.RectL.html">RectL</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_RectL_op_Inequality_C1_Util_DX_RectL_C1_Util_DX_RectL_" data-uid="C1.Util.DX.RectL.op_Inequality(C1.Util.DX.RectL,C1.Util.DX.RectL)">
          <a class="xref" href="C1.Util.DX.RectL.op_Inequality.html#C1_Util_DX_RectL_op_Inequality_C1_Util_DX_RectL_C1_Util_DX_RectL_">operator !=(RectL, RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified values are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
