# C1.C1Preview.RectangleD

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RectangleD" data-uid="C1.C1Preview.RectangleD" class="text-break">RectangleD Struct
</h1>
  <div class="markdown level0 summary"><p>Stores a set of four <b>double</b> values that represent the location and size of a rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RectangleD_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(RectangleD.TypeConverter))]
public struct RectangleD</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(RectangleD.TypeConverter))&gt;
Public Structure RectangleD</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_C1Preview_RectangleD__ctor_C1_C1Preview_PointD_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.RectangleD.#ctor(C1.C1Preview.PointD,C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.RectangleD.-ctor.html#C1_C1Preview_RectangleD__ctor_C1_C1Preview_PointD_C1_C1Preview_SizeD_">RectangleD(PointD, SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD__ctor_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.#ctor(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.-ctor.html#C1_C1Preview_RectangleD__ctor_System_Double_System_Double_System_Double_System_Double_">RectangleD(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</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_C1Preview_RectangleD_Bottom" data-uid="C1.C1Preview.RectangleD.Bottom">
          <a class="xref" href="C1.C1Preview.RectangleD.Bottom.html#C1_C1Preview_RectangleD_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the bottom edge of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_BottomLeft" data-uid="C1.C1Preview.RectangleD.BottomLeft">
          <a class="xref" href="C1.C1Preview.RectangleD.BottomLeft.html#C1_C1Preview_RectangleD_BottomLeft">BottomLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the bottom left corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_BottomRight" data-uid="C1.C1Preview.RectangleD.BottomRight">
          <a class="xref" href="C1.C1Preview.RectangleD.BottomRight.html#C1_C1Preview_RectangleD_BottomRight">BottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the bottom right corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Empty" data-uid="C1.C1Preview.RectangleD.Empty">
          <a class="xref" href="C1.C1Preview.RectangleD.Empty.html#C1_C1Preview_RectangleD_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an empty instance of the <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Height" data-uid="C1.C1Preview.RectangleD.Height">
          <a class="xref" href="C1.C1Preview.RectangleD.Height.html#C1_C1Preview_RectangleD_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_IsEmpty" data-uid="C1.C1Preview.RectangleD.IsEmpty">
          <a class="xref" href="C1.C1Preview.RectangleD.IsEmpty.html#C1_C1Preview_RectangleD_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.RectangleD.Width.html#C1_C1Preview_RectangleD_Width">Width</a> and <a class="xref" href="C1.C1Preview.RectangleD.Height.html#C1_C1Preview_RectangleD_Height">Height</a>
properties of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure have zero values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Left" data-uid="C1.C1Preview.RectangleD.Left">
          <a class="xref" href="C1.C1Preview.RectangleD.Left.html#C1_C1Preview_RectangleD_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the left edge of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Location" data-uid="C1.C1Preview.RectangleD.Location">
          <a class="xref" href="C1.C1Preview.RectangleD.Location.html#C1_C1Preview_RectangleD_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the coordinates of the top left corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Right" data-uid="C1.C1Preview.RectangleD.Right">
          <a class="xref" href="C1.C1Preview.RectangleD.Right.html#C1_C1Preview_RectangleD_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the right edge of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Size" data-uid="C1.C1Preview.RectangleD.Size">
          <a class="xref" href="C1.C1Preview.RectangleD.Size.html#C1_C1Preview_RectangleD_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Top" data-uid="C1.C1Preview.RectangleD.Top">
          <a class="xref" href="C1.C1Preview.RectangleD.Top.html#C1_C1Preview_RectangleD_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the top edge of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_TopLeft" data-uid="C1.C1Preview.RectangleD.TopLeft">
          <a class="xref" href="C1.C1Preview.RectangleD.TopLeft.html#C1_C1Preview_RectangleD_TopLeft">TopLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the top left corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_TopRight" data-uid="C1.C1Preview.RectangleD.TopRight">
          <a class="xref" href="C1.C1Preview.RectangleD.TopRight.html#C1_C1Preview_RectangleD_TopRight">TopRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the top right corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Width" data-uid="C1.C1Preview.RectangleD.Width">
          <a class="xref" href="C1.C1Preview.RectangleD.Width.html#C1_C1Preview_RectangleD_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_X" data-uid="C1.C1Preview.RectangleD.X">
          <a class="xref" href="C1.C1Preview.RectangleD.X.html#C1_C1Preview_RectangleD_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate of the top left corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Y" data-uid="C1.C1Preview.RectangleD.Y">
          <a class="xref" href="C1.C1Preview.RectangleD.Y.html#C1_C1Preview_RectangleD_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate of the top left corner of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</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_C1Preview_RectangleD_Contains_C1_C1Preview_PointD_" data-uid="C1.C1Preview.RectangleD.Contains(C1.C1Preview.PointD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Contains.html#C1_C1Preview_RectangleD_Contains_C1_C1Preview_PointD_">Contains(PointD)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified point is contained within the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Contains_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.RectangleD.Contains(C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Contains.html#C1_C1Preview_RectangleD_Contains_C1_C1Preview_RectangleD_">Contains(RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified rectangle is entirely contained within the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Contains_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.Contains(System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.Contains.html#C1_C1Preview_RectangleD_Contains_System_Double_System_Double_">Contains(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether a point specified by its coordinates is contained within the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_FromLTRB_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.FromLTRB(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.FromLTRB.html#C1_C1Preview_RectangleD_FromLTRB_System_Double_System_Double_System_Double_System_Double_">FromLTRB(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure based on the coordinates
of its top-left and bottom-right corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Inflate_C1_C1Preview_RectangleD_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.Inflate(C1.C1Preview.RectangleD,System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.Inflate.html#C1_C1Preview_RectangleD_Inflate_C1_C1Preview_RectangleD_System_Double_System_Double_">Inflate(RectangleD, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure from another <b>RectangleD</b>,
inflated by the specified amounts vertically and horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Inflate_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.RectangleD.Inflate(C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Inflate.html#C1_C1Preview_RectangleD_Inflate_C1_C1Preview_SizeD_">Inflate(SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> by a specified <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Inflate_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.Inflate(System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.Inflate.html#C1_C1Preview_RectangleD_Inflate_System_Double_System_Double_">Inflate(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> by specified horizontal and vertical amounts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Inflate_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.Inflate(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.Inflate.html#C1_C1Preview_RectangleD_Inflate_System_Double_System_Double_System_Double_System_Double_">Inflate(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> by the specified amounts on four sides.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Intersect_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.RectangleD.Intersect(C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Intersect.html#C1_C1Preview_RectangleD_Intersect_C1_C1Preview_RectangleD_">Intersect(RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure with the intersection
of itself and another <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Intersect_C1_C1Preview_RectangleD_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.RectangleD.Intersect(C1.C1Preview.RectangleD,C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Intersect.html#C1_C1Preview_RectangleD_Intersect_C1_C1Preview_RectangleD_C1_C1Preview_RectangleD_">Intersect(RectangleD, RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure representing the intersection
of two <b>RectangleD</b> structures.
(The intersection may be empty, in which case <a class="xref" href="C1.C1Preview.RectangleD.Empty.html#C1_C1Preview_RectangleD_Empty">Empty</a> is returned.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_IntersectsWith_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.RectangleD.IntersectsWith(C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.RectangleD.IntersectsWith.html#C1_C1Preview_RectangleD_IntersectsWith_C1_C1Preview_RectangleD_">IntersectsWith(RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> intersects with another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Offset_C1_C1Preview_PointD_" data-uid="C1.C1Preview.RectangleD.Offset(C1.C1Preview.PointD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Offset.html#C1_C1Preview_RectangleD_Offset_C1_C1Preview_PointD_">Offset(PointD)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the location of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> by horizontal and vertical amounts specified by a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Offset_System_Double_System_Double_" data-uid="C1.C1Preview.RectangleD.Offset(System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.RectangleD.Offset.html#C1_C1Preview_RectangleD_Offset_System_Double_System_Double_">Offset(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the location of the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> by specified horizontal and vertical amounts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Parse_System_String_C1_C1Preview_RectangleD__System_Boolean_" data-uid="C1.C1Preview.RectangleD.Parse(System.String,C1.C1Preview.RectangleD@,System.Boolean)">
          <a class="xref" href="C1.C1Preview.RectangleD.Parse.html#C1_C1Preview_RectangleD_Parse_System_String_C1_C1Preview_RectangleD__System_Boolean_">Parse(string, out RectangleD, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_ToRectangle" data-uid="C1.C1Preview.RectangleD.ToRectangle">
          <a class="xref" href="C1.C1Preview.RectangleD.ToRectangle.html#C1_C1Preview_RectangleD_ToRectangle">ToRectangle()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_ToRectangleF" data-uid="C1.C1Preview.RectangleD.ToRectangleF">
          <a class="xref" href="C1.C1Preview.RectangleD.ToRectangleF.html#C1_C1Preview_RectangleD_ToRectangleF">ToRectangleF()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_ToString" data-uid="C1.C1Preview.RectangleD.ToString">
          <a class="xref" href="C1.C1Preview.RectangleD.ToString.html#C1_C1Preview_RectangleD_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure to a human-readable string representing it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_Union_C1_C1Preview_RectangleD_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.RectangleD.Union(C1.C1Preview.RectangleD,C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.RectangleD.Union.html#C1_C1Preview_RectangleD_Union_C1_C1Preview_RectangleD_C1_C1Preview_RectangleD_">Union(RectangleD, RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> structure representing the smallest possible
rectangle containing the two specified rectangles.</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_C1Preview_RectangleD_op_Implicit_System_Drawing_Rectangle__C1_C1Preview_RectangleD" data-uid="C1.C1Preview.RectangleD.op_Implicit(System.Drawing.Rectangle)~C1.C1Preview.RectangleD">
          <a class="xref" href="C1.C1Preview.RectangleD.op_Implicit.html#C1_C1Preview_RectangleD_op_Implicit_System_Drawing_Rectangle__C1_C1Preview_RectangleD">implicit operator RectangleD(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> to a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RectangleD_op_Implicit_System_Drawing_RectangleF__C1_C1Preview_RectangleD" data-uid="C1.C1Preview.RectangleD.op_Implicit(System.Drawing.RectangleF)~C1.C1Preview.RectangleD">
          <a class="xref" href="C1.C1Preview.RectangleD.op_Implicit.html#C1_C1Preview_RectangleD_op_Implicit_System_Drawing_RectangleF__C1_C1Preview_RectangleD">implicit operator RectangleD(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> to a <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
