Terminal.Gui.RectangleF.html 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Struct RectangleF
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct RectangleF
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="Terminal.Gui.RectangleF">
  74. <h1 id="Terminal_Gui_RectangleF" data-uid="Terminal.Gui.RectangleF" class="text-break">Struct RectangleF
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Stores the location and size of a rectangular region.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="implements">
  81. <h5>Implements</h5>
  82. <div><span class="xref">System.IEquatable</span>&lt;<a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>&gt;</div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.GetType()</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  94. </div>
  95. </div>
  96. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  97. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  98. <h5 id="Terminal_Gui_RectangleF_syntax">Syntax</h5>
  99. <div class="codewrapper">
  100. <pre><code class="lang-csharp hljs">public struct RectangleF : IEquatable&lt;RectangleF&gt;</code></pre>
  101. </div>
  102. <h3 id="constructors">Constructors
  103. </h3>
  104. <span class="small pull-right mobile-hide">
  105. <span class="divider">|</span>
  106. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF__ctor_System_Single_System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.%23ctor(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  107. </span>
  108. <span class="small pull-right mobile-hide">
  109. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L29">View Source</a>
  110. </span>
  111. <a id="Terminal_Gui_RectangleF__ctor_" data-uid="Terminal.Gui.RectangleF.#ctor*"></a>
  112. <h4 id="Terminal_Gui_RectangleF__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)">RectangleF(Single, Single, Single, Single)</h4>
  113. <div class="markdown level1 summary">
  114. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class with the specified location
  115. and size.
  116. </div>
  117. <div class="markdown level1 conceptual"></div>
  118. <h5 class="decalaration">Declaration</h5>
  119. <div class="codewrapper">
  120. <pre><code class="lang-csharp hljs">public RectangleF(float x, float y, float width, float height)</code></pre>
  121. </div>
  122. <h5 class="parameters">Parameters</h5>
  123. <table class="table table-bordered table-striped table-condensed">
  124. <thead>
  125. <tr>
  126. <th>Type</th>
  127. <th>Name</th>
  128. <th>Description</th>
  129. </tr>
  130. </thead>
  131. <tbody>
  132. <tr>
  133. <td><span class="xref">System.Single</span></td>
  134. <td><span class="parametername">x</span></td>
  135. <td></td>
  136. </tr>
  137. <tr>
  138. <td><span class="xref">System.Single</span></td>
  139. <td><span class="parametername">y</span></td>
  140. <td></td>
  141. </tr>
  142. <tr>
  143. <td><span class="xref">System.Single</span></td>
  144. <td><span class="parametername">width</span></td>
  145. <td></td>
  146. </tr>
  147. <tr>
  148. <td><span class="xref">System.Single</span></td>
  149. <td><span class="parametername">height</span></td>
  150. <td></td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. <span class="small pull-right mobile-hide">
  155. <span class="divider">|</span>
  156. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF__ctor_Terminal_Gui_PointF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.%23ctor(Terminal.Gui.PointF%2CTerminal.Gui.SizeF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  157. </span>
  158. <span class="small pull-right mobile-hide">
  159. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L41">View Source</a>
  160. </span>
  161. <a id="Terminal_Gui_RectangleF__ctor_" data-uid="Terminal.Gui.RectangleF.#ctor*"></a>
  162. <h4 id="Terminal_Gui_RectangleF__ctor_Terminal_Gui_PointF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.RectangleF.#ctor(Terminal.Gui.PointF,Terminal.Gui.SizeF)">RectangleF(PointF, SizeF)</h4>
  163. <div class="markdown level1 summary">
  164. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class with the specified location
  165. and size.
  166. </div>
  167. <div class="markdown level1 conceptual"></div>
  168. <h5 class="decalaration">Declaration</h5>
  169. <div class="codewrapper">
  170. <pre><code class="lang-csharp hljs">public RectangleF(PointF location, SizeF size)</code></pre>
  171. </div>
  172. <h5 class="parameters">Parameters</h5>
  173. <table class="table table-bordered table-striped table-condensed">
  174. <thead>
  175. <tr>
  176. <th>Type</th>
  177. <th>Name</th>
  178. <th>Description</th>
  179. </tr>
  180. </thead>
  181. <tbody>
  182. <tr>
  183. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  184. <td><span class="parametername">location</span></td>
  185. <td></td>
  186. </tr>
  187. <tr>
  188. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  189. <td><span class="parametername">size</span></td>
  190. <td></td>
  191. </tr>
  192. </tbody>
  193. </table>
  194. <h3 id="fields">Fields
  195. </h3>
  196. <span class="small pull-right mobile-hide">
  197. <span class="divider">|</span>
  198. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Empty.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Empty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  199. </span>
  200. <span class="small pull-right mobile-hide">
  201. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L18">View Source</a>
  202. </span>
  203. <h4 id="Terminal_Gui_RectangleF_Empty" data-uid="Terminal.Gui.RectangleF.Empty">Empty</h4>
  204. <div class="markdown level1 summary">
  205. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class.
  206. </div>
  207. <div class="markdown level1 conceptual"></div>
  208. <h5 class="decalaration">Declaration</h5>
  209. <div class="codewrapper">
  210. <pre><code class="lang-csharp hljs">public static readonly RectangleF Empty</code></pre>
  211. </div>
  212. <h5 class="fieldValue">Field Value</h5>
  213. <table class="table table-bordered table-striped table-condensed">
  214. <thead>
  215. <tr>
  216. <th>Type</th>
  217. <th>Description</th>
  218. </tr>
  219. </thead>
  220. <tbody>
  221. <tr>
  222. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  223. <td></td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <h3 id="properties">Properties
  228. </h3>
  229. <span class="small pull-right mobile-hide">
  230. <span class="divider">|</span>
  231. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Bottom.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Bottom%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  232. </span>
  233. <span class="small pull-right mobile-hide">
  234. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L139">View Source</a>
  235. </span>
  236. <a id="Terminal_Gui_RectangleF_Bottom_" data-uid="Terminal.Gui.RectangleF.Bottom*"></a>
  237. <h4 id="Terminal_Gui_RectangleF_Bottom" data-uid="Terminal.Gui.RectangleF.Bottom">Bottom</h4>
  238. <div class="markdown level1 summary">
  239. Gets the y-coordinate of the lower-right corner of the rectangular region defined by this
  240. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  241. </div>
  242. <div class="markdown level1 conceptual"></div>
  243. <h5 class="decalaration">Declaration</h5>
  244. <div class="codewrapper">
  245. <pre><code class="lang-csharp hljs">[Browsable(false)]
  246. public readonly float Bottom { get; }</code></pre>
  247. </div>
  248. <h5 class="propertyValue">Property Value</h5>
  249. <table class="table table-bordered table-striped table-condensed">
  250. <thead>
  251. <tr>
  252. <th>Type</th>
  253. <th>Description</th>
  254. </tr>
  255. </thead>
  256. <tbody>
  257. <tr>
  258. <td><span class="xref">System.Single</span></td>
  259. <td></td>
  260. </tr>
  261. </tbody>
  262. </table>
  263. <span class="small pull-right mobile-hide">
  264. <span class="divider">|</span>
  265. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Height.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Height%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  266. </span>
  267. <span class="small pull-right mobile-hide">
  268. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L109">View Source</a>
  269. </span>
  270. <a id="Terminal_Gui_RectangleF_Height_" data-uid="Terminal.Gui.RectangleF.Height*"></a>
  271. <h4 id="Terminal_Gui_RectangleF_Height" data-uid="Terminal.Gui.RectangleF.Height">Height</h4>
  272. <div class="markdown level1 summary">
  273. Gets or sets the height of the rectangular region defined by this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  274. </div>
  275. <div class="markdown level1 conceptual"></div>
  276. <h5 class="decalaration">Declaration</h5>
  277. <div class="codewrapper">
  278. <pre><code class="lang-csharp hljs">public float Height { get; set; }</code></pre>
  279. </div>
  280. <h5 class="propertyValue">Property Value</h5>
  281. <table class="table table-bordered table-striped table-condensed">
  282. <thead>
  283. <tr>
  284. <th>Type</th>
  285. <th>Description</th>
  286. </tr>
  287. </thead>
  288. <tbody>
  289. <tr>
  290. <td><span class="xref">System.Single</span></td>
  291. <td></td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <span class="small pull-right mobile-hide">
  296. <span class="divider">|</span>
  297. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_IsEmpty.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.IsEmpty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  298. </span>
  299. <span class="small pull-right mobile-hide">
  300. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L145">View Source</a>
  301. </span>
  302. <a id="Terminal_Gui_RectangleF_IsEmpty_" data-uid="Terminal.Gui.RectangleF.IsEmpty*"></a>
  303. <h4 id="Terminal_Gui_RectangleF_IsEmpty" data-uid="Terminal.Gui.RectangleF.IsEmpty">IsEmpty</h4>
  304. <div class="markdown level1 summary">
  305. Tests whether this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> has a <a class="xref" href="Terminal.Gui.RectangleF.html#Terminal_Gui_RectangleF_Width">Width</a> or a <a class="xref" href="Terminal.Gui.RectangleF.html#Terminal_Gui_RectangleF_Height">Height</a> of 0.
  306. </div>
  307. <div class="markdown level1 conceptual"></div>
  308. <h5 class="decalaration">Declaration</h5>
  309. <div class="codewrapper">
  310. <pre><code class="lang-csharp hljs">[Browsable(false)]
  311. public readonly bool IsEmpty { get; }</code></pre>
  312. </div>
  313. <h5 class="propertyValue">Property Value</h5>
  314. <table class="table table-bordered table-striped table-condensed">
  315. <thead>
  316. <tr>
  317. <th>Type</th>
  318. <th>Description</th>
  319. </tr>
  320. </thead>
  321. <tbody>
  322. <tr>
  323. <td><span class="xref">System.Boolean</span></td>
  324. <td></td>
  325. </tr>
  326. </tbody>
  327. </table>
  328. <span class="small pull-right mobile-hide">
  329. <span class="divider">|</span>
  330. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Left.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Left%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  331. </span>
  332. <span class="small pull-right mobile-hide">
  333. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L118">View Source</a>
  334. </span>
  335. <a id="Terminal_Gui_RectangleF_Left_" data-uid="Terminal.Gui.RectangleF.Left*"></a>
  336. <h4 id="Terminal_Gui_RectangleF_Left" data-uid="Terminal.Gui.RectangleF.Left">Left</h4>
  337. <div class="markdown level1 summary">
  338. Gets the x-coordinate of the upper-left corner of the rectangular region defined by this
  339. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> .
  340. </div>
  341. <div class="markdown level1 conceptual"></div>
  342. <h5 class="decalaration">Declaration</h5>
  343. <div class="codewrapper">
  344. <pre><code class="lang-csharp hljs">[Browsable(false)]
  345. public readonly float Left { get; }</code></pre>
  346. </div>
  347. <h5 class="propertyValue">Property Value</h5>
  348. <table class="table table-bordered table-striped table-condensed">
  349. <thead>
  350. <tr>
  351. <th>Type</th>
  352. <th>Description</th>
  353. </tr>
  354. </thead>
  355. <tbody>
  356. <tr>
  357. <td><span class="xref">System.Single</span></td>
  358. <td></td>
  359. </tr>
  360. </tbody>
  361. </table>
  362. <span class="small pull-right mobile-hide">
  363. <span class="divider">|</span>
  364. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Location.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Location%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  365. </span>
  366. <span class="small pull-right mobile-hide">
  367. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L59">View Source</a>
  368. </span>
  369. <a id="Terminal_Gui_RectangleF_Location_" data-uid="Terminal.Gui.RectangleF.Location*"></a>
  370. <h4 id="Terminal_Gui_RectangleF_Location" data-uid="Terminal.Gui.RectangleF.Location">Location</h4>
  371. <div class="markdown level1 summary">
  372. Gets or sets the coordinates of the upper-left corner of the rectangular region represented by this
  373. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  374. </div>
  375. <div class="markdown level1 conceptual"></div>
  376. <h5 class="decalaration">Declaration</h5>
  377. <div class="codewrapper">
  378. <pre><code class="lang-csharp hljs">[Browsable(false)]
  379. public PointF Location { get; set; }</code></pre>
  380. </div>
  381. <h5 class="propertyValue">Property Value</h5>
  382. <table class="table table-bordered table-striped table-condensed">
  383. <thead>
  384. <tr>
  385. <th>Type</th>
  386. <th>Description</th>
  387. </tr>
  388. </thead>
  389. <tbody>
  390. <tr>
  391. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  392. <td></td>
  393. </tr>
  394. </tbody>
  395. </table>
  396. <span class="small pull-right mobile-hide">
  397. <span class="divider">|</span>
  398. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Right.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Right%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  399. </span>
  400. <span class="small pull-right mobile-hide">
  401. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L132">View Source</a>
  402. </span>
  403. <a id="Terminal_Gui_RectangleF_Right_" data-uid="Terminal.Gui.RectangleF.Right*"></a>
  404. <h4 id="Terminal_Gui_RectangleF_Right" data-uid="Terminal.Gui.RectangleF.Right">Right</h4>
  405. <div class="markdown level1 summary">
  406. Gets the x-coordinate of the lower-right corner of the rectangular region defined by this
  407. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  408. </div>
  409. <div class="markdown level1 conceptual"></div>
  410. <h5 class="decalaration">Declaration</h5>
  411. <div class="codewrapper">
  412. <pre><code class="lang-csharp hljs">[Browsable(false)]
  413. public readonly float Right { get; }</code></pre>
  414. </div>
  415. <h5 class="propertyValue">Property Value</h5>
  416. <table class="table table-bordered table-striped table-condensed">
  417. <thead>
  418. <tr>
  419. <th>Type</th>
  420. <th>Description</th>
  421. </tr>
  422. </thead>
  423. <tbody>
  424. <tr>
  425. <td><span class="xref">System.Single</span></td>
  426. <td></td>
  427. </tr>
  428. </tbody>
  429. </table>
  430. <span class="small pull-right mobile-hide">
  431. <span class="divider">|</span>
  432. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Size.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Size%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  433. </span>
  434. <span class="small pull-right mobile-hide">
  435. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L71">View Source</a>
  436. </span>
  437. <a id="Terminal_Gui_RectangleF_Size_" data-uid="Terminal.Gui.RectangleF.Size*"></a>
  438. <h4 id="Terminal_Gui_RectangleF_Size" data-uid="Terminal.Gui.RectangleF.Size">Size</h4>
  439. <div class="markdown level1 summary">
  440. Gets or sets the size of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  441. </div>
  442. <div class="markdown level1 conceptual"></div>
  443. <h5 class="decalaration">Declaration</h5>
  444. <div class="codewrapper">
  445. <pre><code class="lang-csharp hljs">[Browsable(false)]
  446. public SizeF Size { get; set; }</code></pre>
  447. </div>
  448. <h5 class="propertyValue">Property Value</h5>
  449. <table class="table table-bordered table-striped table-condensed">
  450. <thead>
  451. <tr>
  452. <th>Type</th>
  453. <th>Description</th>
  454. </tr>
  455. </thead>
  456. <tbody>
  457. <tr>
  458. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  459. <td></td>
  460. </tr>
  461. </tbody>
  462. </table>
  463. <span class="small pull-right mobile-hide">
  464. <span class="divider">|</span>
  465. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Top.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Top%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  466. </span>
  467. <span class="small pull-right mobile-hide">
  468. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L125">View Source</a>
  469. </span>
  470. <a id="Terminal_Gui_RectangleF_Top_" data-uid="Terminal.Gui.RectangleF.Top*"></a>
  471. <h4 id="Terminal_Gui_RectangleF_Top" data-uid="Terminal.Gui.RectangleF.Top">Top</h4>
  472. <div class="markdown level1 summary">
  473. Gets the y-coordinate of the upper-left corner of the rectangular region defined by this
  474. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  475. </div>
  476. <div class="markdown level1 conceptual"></div>
  477. <h5 class="decalaration">Declaration</h5>
  478. <div class="codewrapper">
  479. <pre><code class="lang-csharp hljs">[Browsable(false)]
  480. public readonly float Top { get; }</code></pre>
  481. </div>
  482. <h5 class="propertyValue">Property Value</h5>
  483. <table class="table table-bordered table-striped table-condensed">
  484. <thead>
  485. <tr>
  486. <th>Type</th>
  487. <th>Description</th>
  488. </tr>
  489. </thead>
  490. <tbody>
  491. <tr>
  492. <td><span class="xref">System.Single</span></td>
  493. <td></td>
  494. </tr>
  495. </tbody>
  496. </table>
  497. <span class="small pull-right mobile-hide">
  498. <span class="divider">|</span>
  499. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Width.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Width%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  500. </span>
  501. <span class="small pull-right mobile-hide">
  502. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L101">View Source</a>
  503. </span>
  504. <a id="Terminal_Gui_RectangleF_Width_" data-uid="Terminal.Gui.RectangleF.Width*"></a>
  505. <h4 id="Terminal_Gui_RectangleF_Width" data-uid="Terminal.Gui.RectangleF.Width">Width</h4>
  506. <div class="markdown level1 summary">
  507. Gets or sets the width of the rectangular region defined by this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  508. </div>
  509. <div class="markdown level1 conceptual"></div>
  510. <h5 class="decalaration">Declaration</h5>
  511. <div class="codewrapper">
  512. <pre><code class="lang-csharp hljs">public float Width { get; set; }</code></pre>
  513. </div>
  514. <h5 class="propertyValue">Property Value</h5>
  515. <table class="table table-bordered table-striped table-condensed">
  516. <thead>
  517. <tr>
  518. <th>Type</th>
  519. <th>Description</th>
  520. </tr>
  521. </thead>
  522. <tbody>
  523. <tr>
  524. <td><span class="xref">System.Single</span></td>
  525. <td></td>
  526. </tr>
  527. </tbody>
  528. </table>
  529. <span class="small pull-right mobile-hide">
  530. <span class="divider">|</span>
  531. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_X.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  532. </span>
  533. <span class="small pull-right mobile-hide">
  534. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L84">View Source</a>
  535. </span>
  536. <a id="Terminal_Gui_RectangleF_X_" data-uid="Terminal.Gui.RectangleF.X*"></a>
  537. <h4 id="Terminal_Gui_RectangleF_X" data-uid="Terminal.Gui.RectangleF.X">X</h4>
  538. <div class="markdown level1 summary">
  539. Gets or sets the x-coordinate of the upper-left corner of the rectangular region defined by this
  540. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  541. </div>
  542. <div class="markdown level1 conceptual"></div>
  543. <h5 class="decalaration">Declaration</h5>
  544. <div class="codewrapper">
  545. <pre><code class="lang-csharp hljs">public float X { get; set; }</code></pre>
  546. </div>
  547. <h5 class="propertyValue">Property Value</h5>
  548. <table class="table table-bordered table-striped table-condensed">
  549. <thead>
  550. <tr>
  551. <th>Type</th>
  552. <th>Description</th>
  553. </tr>
  554. </thead>
  555. <tbody>
  556. <tr>
  557. <td><span class="xref">System.Single</span></td>
  558. <td></td>
  559. </tr>
  560. </tbody>
  561. </table>
  562. <span class="small pull-right mobile-hide">
  563. <span class="divider">|</span>
  564. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Y.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  565. </span>
  566. <span class="small pull-right mobile-hide">
  567. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L93">View Source</a>
  568. </span>
  569. <a id="Terminal_Gui_RectangleF_Y_" data-uid="Terminal.Gui.RectangleF.Y*"></a>
  570. <h4 id="Terminal_Gui_RectangleF_Y" data-uid="Terminal.Gui.RectangleF.Y">Y</h4>
  571. <div class="markdown level1 summary">
  572. Gets or sets the y-coordinate of the upper-left corner of the rectangular region defined by this
  573. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  574. </div>
  575. <div class="markdown level1 conceptual"></div>
  576. <h5 class="decalaration">Declaration</h5>
  577. <div class="codewrapper">
  578. <pre><code class="lang-csharp hljs">public float Y { get; set; }</code></pre>
  579. </div>
  580. <h5 class="propertyValue">Property Value</h5>
  581. <table class="table table-bordered table-striped table-condensed">
  582. <thead>
  583. <tr>
  584. <th>Type</th>
  585. <th>Description</th>
  586. </tr>
  587. </thead>
  588. <tbody>
  589. <tr>
  590. <td><span class="xref">System.Single</span></td>
  591. <td></td>
  592. </tr>
  593. </tbody>
  594. </table>
  595. <h3 id="methods">Methods
  596. </h3>
  597. <span class="small pull-right mobile-hide">
  598. <span class="divider">|</span>
  599. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Contains_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Contains(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  600. </span>
  601. <span class="small pull-right mobile-hide">
  602. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L176">View Source</a>
  603. </span>
  604. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  605. <h4 id="Terminal_Gui_RectangleF_Contains_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Contains(System.Single,System.Single)">Contains(Single, Single)</h4>
  606. <div class="markdown level1 summary">
  607. Determines if the specified point is contained within the rectangular region defined by this
  608. <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  609. </div>
  610. <div class="markdown level1 conceptual"></div>
  611. <h5 class="decalaration">Declaration</h5>
  612. <div class="codewrapper">
  613. <pre><code class="lang-csharp hljs">public bool Contains(float x, float y)</code></pre>
  614. </div>
  615. <h5 class="parameters">Parameters</h5>
  616. <table class="table table-bordered table-striped table-condensed">
  617. <thead>
  618. <tr>
  619. <th>Type</th>
  620. <th>Name</th>
  621. <th>Description</th>
  622. </tr>
  623. </thead>
  624. <tbody>
  625. <tr>
  626. <td><span class="xref">System.Single</span></td>
  627. <td><span class="parametername">x</span></td>
  628. <td></td>
  629. </tr>
  630. <tr>
  631. <td><span class="xref">System.Single</span></td>
  632. <td><span class="parametername">y</span></td>
  633. <td></td>
  634. </tr>
  635. </tbody>
  636. </table>
  637. <h5 class="returns">Returns</h5>
  638. <table class="table table-bordered table-striped table-condensed">
  639. <thead>
  640. <tr>
  641. <th>Type</th>
  642. <th>Description</th>
  643. </tr>
  644. </thead>
  645. <tbody>
  646. <tr>
  647. <td><span class="xref">System.Boolean</span></td>
  648. <td></td>
  649. </tr>
  650. </tbody>
  651. </table>
  652. <span class="small pull-right mobile-hide">
  653. <span class="divider">|</span>
  654. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Contains_Terminal_Gui_PointF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Contains(Terminal.Gui.PointF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  655. </span>
  656. <span class="small pull-right mobile-hide">
  657. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L182">View Source</a>
  658. </span>
  659. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  660. <h4 id="Terminal_Gui_RectangleF_Contains_Terminal_Gui_PointF_" data-uid="Terminal.Gui.RectangleF.Contains(Terminal.Gui.PointF)">Contains(PointF)</h4>
  661. <div class="markdown level1 summary">
  662. Determines if the specified point is contained within the rectangular region defined by this
  663. <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  664. </div>
  665. <div class="markdown level1 conceptual"></div>
  666. <h5 class="decalaration">Declaration</h5>
  667. <div class="codewrapper">
  668. <pre><code class="lang-csharp hljs">public bool Contains(PointF pt)</code></pre>
  669. </div>
  670. <h5 class="parameters">Parameters</h5>
  671. <table class="table table-bordered table-striped table-condensed">
  672. <thead>
  673. <tr>
  674. <th>Type</th>
  675. <th>Name</th>
  676. <th>Description</th>
  677. </tr>
  678. </thead>
  679. <tbody>
  680. <tr>
  681. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  682. <td><span class="parametername">pt</span></td>
  683. <td></td>
  684. </tr>
  685. </tbody>
  686. </table>
  687. <h5 class="returns">Returns</h5>
  688. <table class="table table-bordered table-striped table-condensed">
  689. <thead>
  690. <tr>
  691. <th>Type</th>
  692. <th>Description</th>
  693. </tr>
  694. </thead>
  695. <tbody>
  696. <tr>
  697. <td><span class="xref">System.Boolean</span></td>
  698. <td></td>
  699. </tr>
  700. </tbody>
  701. </table>
  702. <span class="small pull-right mobile-hide">
  703. <span class="divider">|</span>
  704. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Contains_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Contains(Terminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  705. </span>
  706. <span class="small pull-right mobile-hide">
  707. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L188">View Source</a>
  708. </span>
  709. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  710. <h4 id="Terminal_Gui_RectangleF_Contains_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Contains(Terminal.Gui.RectangleF)">Contains(RectangleF)</h4>
  711. <div class="markdown level1 summary">
  712. Determines if the rectangular region represented by <code data-dev-comment-type="paramref" class="paramref">rect</code> is entirely contained within
  713. the rectangular region represented by this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  714. </div>
  715. <div class="markdown level1 conceptual"></div>
  716. <h5 class="decalaration">Declaration</h5>
  717. <div class="codewrapper">
  718. <pre><code class="lang-csharp hljs">public bool Contains(RectangleF rect)</code></pre>
  719. </div>
  720. <h5 class="parameters">Parameters</h5>
  721. <table class="table table-bordered table-striped table-condensed">
  722. <thead>
  723. <tr>
  724. <th>Type</th>
  725. <th>Name</th>
  726. <th>Description</th>
  727. </tr>
  728. </thead>
  729. <tbody>
  730. <tr>
  731. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  732. <td><span class="parametername">rect</span></td>
  733. <td></td>
  734. </tr>
  735. </tbody>
  736. </table>
  737. <h5 class="returns">Returns</h5>
  738. <table class="table table-bordered table-striped table-condensed">
  739. <thead>
  740. <tr>
  741. <th>Type</th>
  742. <th>Description</th>
  743. </tr>
  744. </thead>
  745. <tbody>
  746. <tr>
  747. <td><span class="xref">System.Boolean</span></td>
  748. <td></td>
  749. </tr>
  750. </tbody>
  751. </table>
  752. <span class="small pull-right mobile-hide">
  753. <span class="divider">|</span>
  754. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Equals_System_Object_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  755. </span>
  756. <span class="small pull-right mobile-hide">
  757. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L152">View Source</a>
  758. </span>
  759. <a id="Terminal_Gui_RectangleF_Equals_" data-uid="Terminal.Gui.RectangleF.Equals*"></a>
  760. <h4 id="Terminal_Gui_RectangleF_Equals_System_Object_" data-uid="Terminal.Gui.RectangleF.Equals(System.Object)">Equals(Object)</h4>
  761. <div class="markdown level1 summary">
  762. Tests whether <code data-dev-comment-type="paramref" class="paramref">obj</code> is a <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> with the same location and
  763. size of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  764. </div>
  765. <div class="markdown level1 conceptual"></div>
  766. <h5 class="decalaration">Declaration</h5>
  767. <div class="codewrapper">
  768. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  769. </div>
  770. <h5 class="parameters">Parameters</h5>
  771. <table class="table table-bordered table-striped table-condensed">
  772. <thead>
  773. <tr>
  774. <th>Type</th>
  775. <th>Name</th>
  776. <th>Description</th>
  777. </tr>
  778. </thead>
  779. <tbody>
  780. <tr>
  781. <td><span class="xref">System.Object</span></td>
  782. <td><span class="parametername">obj</span></td>
  783. <td></td>
  784. </tr>
  785. </tbody>
  786. </table>
  787. <h5 class="returns">Returns</h5>
  788. <table class="table table-bordered table-striped table-condensed">
  789. <thead>
  790. <tr>
  791. <th>Type</th>
  792. <th>Description</th>
  793. </tr>
  794. </thead>
  795. <tbody>
  796. <tr>
  797. <td><span class="xref">System.Boolean</span></td>
  798. <td></td>
  799. </tr>
  800. </tbody>
  801. </table>
  802. <h5 class="overrides">Overrides</h5>
  803. <div><span class="xref">System.ValueType.Equals(System.Object)</span></div>
  804. <span class="small pull-right mobile-hide">
  805. <span class="divider">|</span>
  806. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Equals_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Equals(Terminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  807. </span>
  808. <span class="small pull-right mobile-hide">
  809. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L159">View Source</a>
  810. </span>
  811. <a id="Terminal_Gui_RectangleF_Equals_" data-uid="Terminal.Gui.RectangleF.Equals*"></a>
  812. <h4 id="Terminal_Gui_RectangleF_Equals_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Equals(Terminal.Gui.RectangleF)">Equals(RectangleF)</h4>
  813. <div class="markdown level1 summary">
  814. Returns true if two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects have equal location and size.
  815. </div>
  816. <div class="markdown level1 conceptual"></div>
  817. <h5 class="decalaration">Declaration</h5>
  818. <div class="codewrapper">
  819. <pre><code class="lang-csharp hljs">public bool Equals(RectangleF other)</code></pre>
  820. </div>
  821. <h5 class="parameters">Parameters</h5>
  822. <table class="table table-bordered table-striped table-condensed">
  823. <thead>
  824. <tr>
  825. <th>Type</th>
  826. <th>Name</th>
  827. <th>Description</th>
  828. </tr>
  829. </thead>
  830. <tbody>
  831. <tr>
  832. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  833. <td><span class="parametername">other</span></td>
  834. <td></td>
  835. </tr>
  836. </tbody>
  837. </table>
  838. <h5 class="returns">Returns</h5>
  839. <table class="table table-bordered table-striped table-condensed">
  840. <thead>
  841. <tr>
  842. <th>Type</th>
  843. <th>Description</th>
  844. </tr>
  845. </thead>
  846. <tbody>
  847. <tr>
  848. <td><span class="xref">System.Boolean</span></td>
  849. <td></td>
  850. </tr>
  851. </tbody>
  852. </table>
  853. <span class="small pull-right mobile-hide">
  854. <span class="divider">|</span>
  855. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_FromLTRB_System_Single_System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.FromLTRB(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  856. </span>
  857. <span class="small pull-right mobile-hide">
  858. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L52">View Source</a>
  859. </span>
  860. <a id="Terminal_Gui_RectangleF_FromLTRB_" data-uid="Terminal.Gui.RectangleF.FromLTRB*"></a>
  861. <h4 id="Terminal_Gui_RectangleF_FromLTRB_System_Single_System_Single_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.FromLTRB(System.Single,System.Single,System.Single,System.Single)">FromLTRB(Single, Single, Single, Single)</h4>
  862. <div class="markdown level1 summary">
  863. Creates a new <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> with the specified location and size.
  864. </div>
  865. <div class="markdown level1 conceptual"></div>
  866. <h5 class="decalaration">Declaration</h5>
  867. <div class="codewrapper">
  868. <pre><code class="lang-csharp hljs">public static RectangleF FromLTRB(float left, float top, float right, float bottom)</code></pre>
  869. </div>
  870. <h5 class="parameters">Parameters</h5>
  871. <table class="table table-bordered table-striped table-condensed">
  872. <thead>
  873. <tr>
  874. <th>Type</th>
  875. <th>Name</th>
  876. <th>Description</th>
  877. </tr>
  878. </thead>
  879. <tbody>
  880. <tr>
  881. <td><span class="xref">System.Single</span></td>
  882. <td><span class="parametername">left</span></td>
  883. <td></td>
  884. </tr>
  885. <tr>
  886. <td><span class="xref">System.Single</span></td>
  887. <td><span class="parametername">top</span></td>
  888. <td></td>
  889. </tr>
  890. <tr>
  891. <td><span class="xref">System.Single</span></td>
  892. <td><span class="parametername">right</span></td>
  893. <td></td>
  894. </tr>
  895. <tr>
  896. <td><span class="xref">System.Single</span></td>
  897. <td><span class="parametername">bottom</span></td>
  898. <td></td>
  899. </tr>
  900. </tbody>
  901. </table>
  902. <h5 class="returns">Returns</h5>
  903. <table class="table table-bordered table-striped table-condensed">
  904. <thead>
  905. <tr>
  906. <th>Type</th>
  907. <th>Description</th>
  908. </tr>
  909. </thead>
  910. <tbody>
  911. <tr>
  912. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  913. <td></td>
  914. </tr>
  915. </tbody>
  916. </table>
  917. <span class="small pull-right mobile-hide">
  918. <span class="divider">|</span>
  919. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_GetHashCode.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  920. </span>
  921. <span class="small pull-right mobile-hide">
  922. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L194">View Source</a>
  923. </span>
  924. <a id="Terminal_Gui_RectangleF_GetHashCode_" data-uid="Terminal.Gui.RectangleF.GetHashCode*"></a>
  925. <h4 id="Terminal_Gui_RectangleF_GetHashCode" data-uid="Terminal.Gui.RectangleF.GetHashCode">GetHashCode()</h4>
  926. <div class="markdown level1 summary">
  927. Gets the hash code for this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  928. </div>
  929. <div class="markdown level1 conceptual"></div>
  930. <h5 class="decalaration">Declaration</h5>
  931. <div class="codewrapper">
  932. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  933. </div>
  934. <h5 class="returns">Returns</h5>
  935. <table class="table table-bordered table-striped table-condensed">
  936. <thead>
  937. <tr>
  938. <th>Type</th>
  939. <th>Description</th>
  940. </tr>
  941. </thead>
  942. <tbody>
  943. <tr>
  944. <td><span class="xref">System.Int32</span></td>
  945. <td></td>
  946. </tr>
  947. </tbody>
  948. </table>
  949. <h5 class="overrides">Overrides</h5>
  950. <div><span class="xref">System.ValueType.GetHashCode()</span></div>
  951. <span class="small pull-right mobile-hide">
  952. <span class="divider">|</span>
  953. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Inflate_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Inflate(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  954. </span>
  955. <span class="small pull-right mobile-hide">
  956. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L202">View Source</a>
  957. </span>
  958. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  959. <h4 id="Terminal_Gui_RectangleF_Inflate_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Inflate(System.Single,System.Single)">Inflate(Single, Single)</h4>
  960. <div class="markdown level1 summary">
  961. Inflates this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> by the specified amount.
  962. </div>
  963. <div class="markdown level1 conceptual"></div>
  964. <h5 class="decalaration">Declaration</h5>
  965. <div class="codewrapper">
  966. <pre><code class="lang-csharp hljs">public void Inflate(float x, float y)</code></pre>
  967. </div>
  968. <h5 class="parameters">Parameters</h5>
  969. <table class="table table-bordered table-striped table-condensed">
  970. <thead>
  971. <tr>
  972. <th>Type</th>
  973. <th>Name</th>
  974. <th>Description</th>
  975. </tr>
  976. </thead>
  977. <tbody>
  978. <tr>
  979. <td><span class="xref">System.Single</span></td>
  980. <td><span class="parametername">x</span></td>
  981. <td></td>
  982. </tr>
  983. <tr>
  984. <td><span class="xref">System.Single</span></td>
  985. <td><span class="parametername">y</span></td>
  986. <td></td>
  987. </tr>
  988. </tbody>
  989. </table>
  990. <span class="small pull-right mobile-hide">
  991. <span class="divider">|</span>
  992. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Inflate_Terminal_Gui_RectangleF_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Inflate(Terminal.Gui.RectangleF%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  993. </span>
  994. <span class="small pull-right mobile-hide">
  995. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L218">View Source</a>
  996. </span>
  997. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  998. <h4 id="Terminal_Gui_RectangleF_Inflate_Terminal_Gui_RectangleF_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Inflate(Terminal.Gui.RectangleF,System.Single,System.Single)">Inflate(RectangleF, Single, Single)</h4>
  999. <div class="markdown level1 summary">
  1000. Creates a <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> that is inflated by the specified amount.
  1001. </div>
  1002. <div class="markdown level1 conceptual"></div>
  1003. <h5 class="decalaration">Declaration</h5>
  1004. <div class="codewrapper">
  1005. <pre><code class="lang-csharp hljs">public static RectangleF Inflate(RectangleF rect, float x, float y)</code></pre>
  1006. </div>
  1007. <h5 class="parameters">Parameters</h5>
  1008. <table class="table table-bordered table-striped table-condensed">
  1009. <thead>
  1010. <tr>
  1011. <th>Type</th>
  1012. <th>Name</th>
  1013. <th>Description</th>
  1014. </tr>
  1015. </thead>
  1016. <tbody>
  1017. <tr>
  1018. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1019. <td><span class="parametername">rect</span></td>
  1020. <td></td>
  1021. </tr>
  1022. <tr>
  1023. <td><span class="xref">System.Single</span></td>
  1024. <td><span class="parametername">x</span></td>
  1025. <td></td>
  1026. </tr>
  1027. <tr>
  1028. <td><span class="xref">System.Single</span></td>
  1029. <td><span class="parametername">y</span></td>
  1030. <td></td>
  1031. </tr>
  1032. </tbody>
  1033. </table>
  1034. <h5 class="returns">Returns</h5>
  1035. <table class="table table-bordered table-striped table-condensed">
  1036. <thead>
  1037. <tr>
  1038. <th>Type</th>
  1039. <th>Description</th>
  1040. </tr>
  1041. </thead>
  1042. <tbody>
  1043. <tr>
  1044. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1045. <td></td>
  1046. </tr>
  1047. </tbody>
  1048. </table>
  1049. <span class="small pull-right mobile-hide">
  1050. <span class="divider">|</span>
  1051. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Inflate_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Inflate(Terminal.Gui.SizeF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1052. </span>
  1053. <span class="small pull-right mobile-hide">
  1054. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L213">View Source</a>
  1055. </span>
  1056. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  1057. <h4 id="Terminal_Gui_RectangleF_Inflate_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.RectangleF.Inflate(Terminal.Gui.SizeF)">Inflate(SizeF)</h4>
  1058. <div class="markdown level1 summary">
  1059. Inflates this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> by the specified amount.
  1060. </div>
  1061. <div class="markdown level1 conceptual"></div>
  1062. <h5 class="decalaration">Declaration</h5>
  1063. <div class="codewrapper">
  1064. <pre><code class="lang-csharp hljs">public void Inflate(SizeF size)</code></pre>
  1065. </div>
  1066. <h5 class="parameters">Parameters</h5>
  1067. <table class="table table-bordered table-striped table-condensed">
  1068. <thead>
  1069. <tr>
  1070. <th>Type</th>
  1071. <th>Name</th>
  1072. <th>Description</th>
  1073. </tr>
  1074. </thead>
  1075. <tbody>
  1076. <tr>
  1077. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  1078. <td><span class="parametername">size</span></td>
  1079. <td></td>
  1080. </tr>
  1081. </tbody>
  1082. </table>
  1083. <span class="small pull-right mobile-hide">
  1084. <span class="divider">|</span>
  1085. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Intersect_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Intersect(Terminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1086. </span>
  1087. <span class="small pull-right mobile-hide">
  1088. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L228">View Source</a>
  1089. </span>
  1090. <a id="Terminal_Gui_RectangleF_Intersect_" data-uid="Terminal.Gui.RectangleF.Intersect*"></a>
  1091. <h4 id="Terminal_Gui_RectangleF_Intersect_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Intersect(Terminal.Gui.RectangleF)">Intersect(RectangleF)</h4>
  1092. <div class="markdown level1 summary">
  1093. Creates a Rectangle that represents the intersection between this Rectangle and rect.
  1094. </div>
  1095. <div class="markdown level1 conceptual"></div>
  1096. <h5 class="decalaration">Declaration</h5>
  1097. <div class="codewrapper">
  1098. <pre><code class="lang-csharp hljs">public void Intersect(RectangleF rect)</code></pre>
  1099. </div>
  1100. <h5 class="parameters">Parameters</h5>
  1101. <table class="table table-bordered table-striped table-condensed">
  1102. <thead>
  1103. <tr>
  1104. <th>Type</th>
  1105. <th>Name</th>
  1106. <th>Description</th>
  1107. </tr>
  1108. </thead>
  1109. <tbody>
  1110. <tr>
  1111. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1112. <td><span class="parametername">rect</span></td>
  1113. <td></td>
  1114. </tr>
  1115. </tbody>
  1116. </table>
  1117. <span class="small pull-right mobile-hide">
  1118. <span class="divider">|</span>
  1119. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Intersect_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Intersect(Terminal.Gui.RectangleF%2CTerminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1120. </span>
  1121. <span class="small pull-right mobile-hide">
  1122. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L242">View Source</a>
  1123. </span>
  1124. <a id="Terminal_Gui_RectangleF_Intersect_" data-uid="Terminal.Gui.RectangleF.Intersect*"></a>
  1125. <h4 id="Terminal_Gui_RectangleF_Intersect_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Intersect(Terminal.Gui.RectangleF,Terminal.Gui.RectangleF)">Intersect(RectangleF, RectangleF)</h4>
  1126. <div class="markdown level1 summary">
  1127. Creates a rectangle that represents the intersection between a and b. If there is no intersection, an
  1128. empty rectangle is returned.
  1129. </div>
  1130. <div class="markdown level1 conceptual"></div>
  1131. <h5 class="decalaration">Declaration</h5>
  1132. <div class="codewrapper">
  1133. <pre><code class="lang-csharp hljs">public static RectangleF Intersect(RectangleF a, RectangleF b)</code></pre>
  1134. </div>
  1135. <h5 class="parameters">Parameters</h5>
  1136. <table class="table table-bordered table-striped table-condensed">
  1137. <thead>
  1138. <tr>
  1139. <th>Type</th>
  1140. <th>Name</th>
  1141. <th>Description</th>
  1142. </tr>
  1143. </thead>
  1144. <tbody>
  1145. <tr>
  1146. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1147. <td><span class="parametername">a</span></td>
  1148. <td></td>
  1149. </tr>
  1150. <tr>
  1151. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1152. <td><span class="parametername">b</span></td>
  1153. <td></td>
  1154. </tr>
  1155. </tbody>
  1156. </table>
  1157. <h5 class="returns">Returns</h5>
  1158. <table class="table table-bordered table-striped table-condensed">
  1159. <thead>
  1160. <tr>
  1161. <th>Type</th>
  1162. <th>Description</th>
  1163. </tr>
  1164. </thead>
  1165. <tbody>
  1166. <tr>
  1167. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1168. <td></td>
  1169. </tr>
  1170. </tbody>
  1171. </table>
  1172. <span class="small pull-right mobile-hide">
  1173. <span class="divider">|</span>
  1174. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_IntersectsWith_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.IntersectsWith(Terminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1175. </span>
  1176. <span class="small pull-right mobile-hide">
  1177. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L259">View Source</a>
  1178. </span>
  1179. <a id="Terminal_Gui_RectangleF_IntersectsWith_" data-uid="Terminal.Gui.RectangleF.IntersectsWith*"></a>
  1180. <h4 id="Terminal_Gui_RectangleF_IntersectsWith_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.IntersectsWith(Terminal.Gui.RectangleF)">IntersectsWith(RectangleF)</h4>
  1181. <div class="markdown level1 summary">
  1182. Determines if this rectangle intersects with rect.
  1183. </div>
  1184. <div class="markdown level1 conceptual"></div>
  1185. <h5 class="decalaration">Declaration</h5>
  1186. <div class="codewrapper">
  1187. <pre><code class="lang-csharp hljs">public bool IntersectsWith(RectangleF rect)</code></pre>
  1188. </div>
  1189. <h5 class="parameters">Parameters</h5>
  1190. <table class="table table-bordered table-striped table-condensed">
  1191. <thead>
  1192. <tr>
  1193. <th>Type</th>
  1194. <th>Name</th>
  1195. <th>Description</th>
  1196. </tr>
  1197. </thead>
  1198. <tbody>
  1199. <tr>
  1200. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1201. <td><span class="parametername">rect</span></td>
  1202. <td></td>
  1203. </tr>
  1204. </tbody>
  1205. </table>
  1206. <h5 class="returns">Returns</h5>
  1207. <table class="table table-bordered table-striped table-condensed">
  1208. <thead>
  1209. <tr>
  1210. <th>Type</th>
  1211. <th>Description</th>
  1212. </tr>
  1213. </thead>
  1214. <tbody>
  1215. <tr>
  1216. <td><span class="xref">System.Boolean</span></td>
  1217. <td></td>
  1218. </tr>
  1219. </tbody>
  1220. </table>
  1221. <span class="small pull-right mobile-hide">
  1222. <span class="divider">|</span>
  1223. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Offset_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Offset(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1224. </span>
  1225. <span class="small pull-right mobile-hide">
  1226. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L283">View Source</a>
  1227. </span>
  1228. <a id="Terminal_Gui_RectangleF_Offset_" data-uid="Terminal.Gui.RectangleF.Offset*"></a>
  1229. <h4 id="Terminal_Gui_RectangleF_Offset_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Offset(System.Single,System.Single)">Offset(Single, Single)</h4>
  1230. <div class="markdown level1 summary">
  1231. Adjusts the location of this rectangle by the specified amount.
  1232. </div>
  1233. <div class="markdown level1 conceptual"></div>
  1234. <h5 class="decalaration">Declaration</h5>
  1235. <div class="codewrapper">
  1236. <pre><code class="lang-csharp hljs">public void Offset(float x, float y)</code></pre>
  1237. </div>
  1238. <h5 class="parameters">Parameters</h5>
  1239. <table class="table table-bordered table-striped table-condensed">
  1240. <thead>
  1241. <tr>
  1242. <th>Type</th>
  1243. <th>Name</th>
  1244. <th>Description</th>
  1245. </tr>
  1246. </thead>
  1247. <tbody>
  1248. <tr>
  1249. <td><span class="xref">System.Single</span></td>
  1250. <td><span class="parametername">x</span></td>
  1251. <td></td>
  1252. </tr>
  1253. <tr>
  1254. <td><span class="xref">System.Single</span></td>
  1255. <td><span class="parametername">y</span></td>
  1256. <td></td>
  1257. </tr>
  1258. </tbody>
  1259. </table>
  1260. <span class="small pull-right mobile-hide">
  1261. <span class="divider">|</span>
  1262. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Offset_Terminal_Gui_PointF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Offset(Terminal.Gui.PointF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1263. </span>
  1264. <span class="small pull-right mobile-hide">
  1265. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L278">View Source</a>
  1266. </span>
  1267. <a id="Terminal_Gui_RectangleF_Offset_" data-uid="Terminal.Gui.RectangleF.Offset*"></a>
  1268. <h4 id="Terminal_Gui_RectangleF_Offset_Terminal_Gui_PointF_" data-uid="Terminal.Gui.RectangleF.Offset(Terminal.Gui.PointF)">Offset(PointF)</h4>
  1269. <div class="markdown level1 summary">
  1270. Adjusts the location of this rectangle by the specified amount.
  1271. </div>
  1272. <div class="markdown level1 conceptual"></div>
  1273. <h5 class="decalaration">Declaration</h5>
  1274. <div class="codewrapper">
  1275. <pre><code class="lang-csharp hljs">public void Offset(PointF pos)</code></pre>
  1276. </div>
  1277. <h5 class="parameters">Parameters</h5>
  1278. <table class="table table-bordered table-striped table-condensed">
  1279. <thead>
  1280. <tr>
  1281. <th>Type</th>
  1282. <th>Name</th>
  1283. <th>Description</th>
  1284. </tr>
  1285. </thead>
  1286. <tbody>
  1287. <tr>
  1288. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  1289. <td><span class="parametername">pos</span></td>
  1290. <td></td>
  1291. </tr>
  1292. </tbody>
  1293. </table>
  1294. <span class="small pull-right mobile-hide">
  1295. <span class="divider">|</span>
  1296. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_ToString.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1297. </span>
  1298. <span class="small pull-right mobile-hide">
  1299. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L299">View Source</a>
  1300. </span>
  1301. <a id="Terminal_Gui_RectangleF_ToString_" data-uid="Terminal.Gui.RectangleF.ToString*"></a>
  1302. <h4 id="Terminal_Gui_RectangleF_ToString" data-uid="Terminal.Gui.RectangleF.ToString">ToString()</h4>
  1303. <div class="markdown level1 summary">
  1304. Converts the <a class="xref" href="Terminal.Gui.RectangleF.html#Terminal_Gui_RectangleF_Location">Location</a> and <a class="xref" href="Terminal.Gui.RectangleF.html#Terminal_Gui_RectangleF_Size">Size</a>
  1305. of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> to a human-readable string.
  1306. </div>
  1307. <div class="markdown level1 conceptual"></div>
  1308. <h5 class="decalaration">Declaration</h5>
  1309. <div class="codewrapper">
  1310. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  1311. </div>
  1312. <h5 class="returns">Returns</h5>
  1313. <table class="table table-bordered table-striped table-condensed">
  1314. <thead>
  1315. <tr>
  1316. <th>Type</th>
  1317. <th>Description</th>
  1318. </tr>
  1319. </thead>
  1320. <tbody>
  1321. <tr>
  1322. <td><span class="xref">System.String</span></td>
  1323. <td></td>
  1324. </tr>
  1325. </tbody>
  1326. </table>
  1327. <h5 class="overrides">Overrides</h5>
  1328. <div><span class="xref">System.ValueType.ToString()</span></div>
  1329. <span class="small pull-right mobile-hide">
  1330. <span class="divider">|</span>
  1331. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_Union_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.Union(Terminal.Gui.RectangleF%2CTerminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1332. </span>
  1333. <span class="small pull-right mobile-hide">
  1334. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L265">View Source</a>
  1335. </span>
  1336. <a id="Terminal_Gui_RectangleF_Union_" data-uid="Terminal.Gui.RectangleF.Union*"></a>
  1337. <h4 id="Terminal_Gui_RectangleF_Union_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Union(Terminal.Gui.RectangleF,Terminal.Gui.RectangleF)">Union(RectangleF, RectangleF)</h4>
  1338. <div class="markdown level1 summary">
  1339. Creates a rectangle that represents the union between a and b.
  1340. </div>
  1341. <div class="markdown level1 conceptual"></div>
  1342. <h5 class="decalaration">Declaration</h5>
  1343. <div class="codewrapper">
  1344. <pre><code class="lang-csharp hljs">public static RectangleF Union(RectangleF a, RectangleF b)</code></pre>
  1345. </div>
  1346. <h5 class="parameters">Parameters</h5>
  1347. <table class="table table-bordered table-striped table-condensed">
  1348. <thead>
  1349. <tr>
  1350. <th>Type</th>
  1351. <th>Name</th>
  1352. <th>Description</th>
  1353. </tr>
  1354. </thead>
  1355. <tbody>
  1356. <tr>
  1357. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1358. <td><span class="parametername">a</span></td>
  1359. <td></td>
  1360. </tr>
  1361. <tr>
  1362. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1363. <td><span class="parametername">b</span></td>
  1364. <td></td>
  1365. </tr>
  1366. </tbody>
  1367. </table>
  1368. <h5 class="returns">Returns</h5>
  1369. <table class="table table-bordered table-striped table-condensed">
  1370. <thead>
  1371. <tr>
  1372. <th>Type</th>
  1373. <th>Description</th>
  1374. </tr>
  1375. </thead>
  1376. <tbody>
  1377. <tr>
  1378. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1379. <td></td>
  1380. </tr>
  1381. </tbody>
  1382. </table>
  1383. <h3 id="operators">Operators
  1384. </h3>
  1385. <span class="small pull-right mobile-hide">
  1386. <span class="divider">|</span>
  1387. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_op_Equality_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.op_Equality(Terminal.Gui.RectangleF%2CTerminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1388. </span>
  1389. <span class="small pull-right mobile-hide">
  1390. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L164">View Source</a>
  1391. </span>
  1392. <a id="Terminal_Gui_RectangleF_op_Equality_" data-uid="Terminal.Gui.RectangleF.op_Equality*"></a>
  1393. <h4 id="Terminal_Gui_RectangleF_op_Equality_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.op_Equality(Terminal.Gui.RectangleF,Terminal.Gui.RectangleF)">Equality(RectangleF, RectangleF)</h4>
  1394. <div class="markdown level1 summary">
  1395. Tests whether two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects have equal location and size.
  1396. </div>
  1397. <div class="markdown level1 conceptual"></div>
  1398. <h5 class="decalaration">Declaration</h5>
  1399. <div class="codewrapper">
  1400. <pre><code class="lang-csharp hljs">public static bool operator ==(RectangleF left, RectangleF right)</code></pre>
  1401. </div>
  1402. <h5 class="parameters">Parameters</h5>
  1403. <table class="table table-bordered table-striped table-condensed">
  1404. <thead>
  1405. <tr>
  1406. <th>Type</th>
  1407. <th>Name</th>
  1408. <th>Description</th>
  1409. </tr>
  1410. </thead>
  1411. <tbody>
  1412. <tr>
  1413. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1414. <td><span class="parametername">left</span></td>
  1415. <td></td>
  1416. </tr>
  1417. <tr>
  1418. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1419. <td><span class="parametername">right</span></td>
  1420. <td></td>
  1421. </tr>
  1422. </tbody>
  1423. </table>
  1424. <h5 class="returns">Returns</h5>
  1425. <table class="table table-bordered table-striped table-condensed">
  1426. <thead>
  1427. <tr>
  1428. <th>Type</th>
  1429. <th>Description</th>
  1430. </tr>
  1431. </thead>
  1432. <tbody>
  1433. <tr>
  1434. <td><span class="xref">System.Boolean</span></td>
  1435. <td></td>
  1436. </tr>
  1437. </tbody>
  1438. </table>
  1439. <span class="small pull-right mobile-hide">
  1440. <span class="divider">|</span>
  1441. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_op_Implicit_Terminal_Gui_Rect__Terminal_Gui_RectangleF.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.op_Implicit(Terminal.Gui.Rect)~Terminal.Gui.RectangleF%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1442. </span>
  1443. <span class="small pull-right mobile-hide">
  1444. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L293">View Source</a>
  1445. </span>
  1446. <a id="Terminal_Gui_RectangleF_op_Implicit_" data-uid="Terminal.Gui.RectangleF.op_Implicit*"></a>
  1447. <h4 id="Terminal_Gui_RectangleF_op_Implicit_Terminal_Gui_Rect__Terminal_Gui_RectangleF" data-uid="Terminal.Gui.RectangleF.op_Implicit(Terminal.Gui.Rect)~Terminal.Gui.RectangleF">Implicit(Rect to RectangleF)</h4>
  1448. <div class="markdown level1 summary">
  1449. Converts the specified <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> to a
  1450. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  1451. </div>
  1452. <div class="markdown level1 conceptual"></div>
  1453. <h5 class="decalaration">Declaration</h5>
  1454. <div class="codewrapper">
  1455. <pre><code class="lang-csharp hljs">public static implicit operator RectangleF(Rect r)</code></pre>
  1456. </div>
  1457. <h5 class="parameters">Parameters</h5>
  1458. <table class="table table-bordered table-striped table-condensed">
  1459. <thead>
  1460. <tr>
  1461. <th>Type</th>
  1462. <th>Name</th>
  1463. <th>Description</th>
  1464. </tr>
  1465. </thead>
  1466. <tbody>
  1467. <tr>
  1468. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  1469. <td><span class="parametername">r</span></td>
  1470. <td></td>
  1471. </tr>
  1472. </tbody>
  1473. </table>
  1474. <h5 class="returns">Returns</h5>
  1475. <table class="table table-bordered table-striped table-condensed">
  1476. <thead>
  1477. <tr>
  1478. <th>Type</th>
  1479. <th>Description</th>
  1480. </tr>
  1481. </thead>
  1482. <tbody>
  1483. <tr>
  1484. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1485. <td></td>
  1486. </tr>
  1487. </tbody>
  1488. </table>
  1489. <span class="small pull-right mobile-hide">
  1490. <span class="divider">|</span>
  1491. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF_op_Inequality_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF.op_Inequality(Terminal.Gui.RectangleF%2CTerminal.Gui.RectangleF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1492. </span>
  1493. <span class="small pull-right mobile-hide">
  1494. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L170">View Source</a>
  1495. </span>
  1496. <a id="Terminal_Gui_RectangleF_op_Inequality_" data-uid="Terminal.Gui.RectangleF.op_Inequality*"></a>
  1497. <h4 id="Terminal_Gui_RectangleF_op_Inequality_Terminal_Gui_RectangleF_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.op_Inequality(Terminal.Gui.RectangleF,Terminal.Gui.RectangleF)">Inequality(RectangleF, RectangleF)</h4>
  1498. <div class="markdown level1 summary">
  1499. Tests whether two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects differ in location or size.
  1500. </div>
  1501. <div class="markdown level1 conceptual"></div>
  1502. <h5 class="decalaration">Declaration</h5>
  1503. <div class="codewrapper">
  1504. <pre><code class="lang-csharp hljs">public static bool operator !=(RectangleF left, RectangleF right)</code></pre>
  1505. </div>
  1506. <h5 class="parameters">Parameters</h5>
  1507. <table class="table table-bordered table-striped table-condensed">
  1508. <thead>
  1509. <tr>
  1510. <th>Type</th>
  1511. <th>Name</th>
  1512. <th>Description</th>
  1513. </tr>
  1514. </thead>
  1515. <tbody>
  1516. <tr>
  1517. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1518. <td><span class="parametername">left</span></td>
  1519. <td></td>
  1520. </tr>
  1521. <tr>
  1522. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1523. <td><span class="parametername">right</span></td>
  1524. <td></td>
  1525. </tr>
  1526. </tbody>
  1527. </table>
  1528. <h5 class="returns">Returns</h5>
  1529. <table class="table table-bordered table-striped table-condensed">
  1530. <thead>
  1531. <tr>
  1532. <th>Type</th>
  1533. <th>Description</th>
  1534. </tr>
  1535. </thead>
  1536. <tbody>
  1537. <tr>
  1538. <td><span class="xref">System.Boolean</span></td>
  1539. <td></td>
  1540. </tr>
  1541. </tbody>
  1542. </table>
  1543. <h3 id="implements">Implements</h3>
  1544. <div>
  1545. <span class="xref">System.IEquatable&lt;T&gt;</span>
  1546. </div>
  1547. </article>
  1548. </div>
  1549. <div class="hidden-sm col-md-2" role="complementary">
  1550. <div class="sideaffix">
  1551. <div class="contribution">
  1552. <ul class="nav">
  1553. <li>
  1554. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_RectangleF.md&amp;value=---%0Auid%3A%20Terminal.Gui.RectangleF%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  1555. </li>
  1556. <li>
  1557. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/RectangleF.cs/#L14" class="contribution-link">View Source</a>
  1558. </li>
  1559. </ul>
  1560. </div>
  1561. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1562. <h5>In This Article</h5>
  1563. <div></div>
  1564. </nav>
  1565. </div>
  1566. </div>
  1567. </div>
  1568. </div>
  1569. <footer>
  1570. <div class="grad-bottom"></div>
  1571. <div class="footer">
  1572. <div class="container">
  1573. <span class="pull-right">
  1574. <a href="#top">Back to top</a>
  1575. </span>
  1576. <span>Generated by <strong>DocFX</strong></span>
  1577. </div>
  1578. </div>
  1579. </footer>
  1580. </div>
  1581. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1582. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1583. <script type="text/javascript" src="../../styles/main.js"></script>
  1584. </body>
  1585. </html>