Terminal.Gui.RectangleF.html 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  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>Class RectangleF
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class RectangleF
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.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">Class 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="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><span class="xref">System.Object</span></div>
  83. <div class="level1"><span class="xref">RectangleF</span></div>
  84. </div>
  85. <div class="implements">
  86. <h5>Implements</h5>
  87. <div><span class="xref">System.IEquatable</span>&lt;<a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>&gt;</div>
  88. </div>
  89. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  90. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  91. <h5 id="Terminal_Gui_RectangleF_syntax">Syntax</h5>
  92. <div class="codewrapper">
  93. <pre><code class="lang-csharp hljs">public sealed class RectangleF : ValueType</code></pre>
  94. </div>
  95. <h3 id="constructors">Constructors
  96. </h3>
  97. <a id="Terminal_Gui_RectangleF__ctor_" data-uid="Terminal.Gui.RectangleF.#ctor*"></a>
  98. <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>
  99. <div class="markdown level1 summary">
  100. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class with the specified location
  101. and size.
  102. </div>
  103. <div class="markdown level1 conceptual"></div>
  104. <h5 class="decalaration">Declaration</h5>
  105. <div class="codewrapper">
  106. <pre><code class="lang-csharp hljs">public RectangleF(float x, float y, float width, float height)</code></pre>
  107. </div>
  108. <h5 class="parameters">Parameters</h5>
  109. <table class="table table-bordered table-striped table-condensed">
  110. <thead>
  111. <tr>
  112. <th>Type</th>
  113. <th>Name</th>
  114. <th>Description</th>
  115. </tr>
  116. </thead>
  117. <tbody>
  118. <tr>
  119. <td><span class="xref">System.Single</span></td>
  120. <td><span class="parametername">x</span></td>
  121. <td></td>
  122. </tr>
  123. <tr>
  124. <td><span class="xref">System.Single</span></td>
  125. <td><span class="parametername">y</span></td>
  126. <td></td>
  127. </tr>
  128. <tr>
  129. <td><span class="xref">System.Single</span></td>
  130. <td><span class="parametername">width</span></td>
  131. <td></td>
  132. </tr>
  133. <tr>
  134. <td><span class="xref">System.Single</span></td>
  135. <td><span class="parametername">height</span></td>
  136. <td></td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. <a id="Terminal_Gui_RectangleF__ctor_" data-uid="Terminal.Gui.RectangleF.#ctor*"></a>
  141. <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>
  142. <div class="markdown level1 summary">
  143. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class with the specified location
  144. and size.
  145. </div>
  146. <div class="markdown level1 conceptual"></div>
  147. <h5 class="decalaration">Declaration</h5>
  148. <div class="codewrapper">
  149. <pre><code class="lang-csharp hljs">public RectangleF(PointF location, SizeF size)</code></pre>
  150. </div>
  151. <h5 class="parameters">Parameters</h5>
  152. <table class="table table-bordered table-striped table-condensed">
  153. <thead>
  154. <tr>
  155. <th>Type</th>
  156. <th>Name</th>
  157. <th>Description</th>
  158. </tr>
  159. </thead>
  160. <tbody>
  161. <tr>
  162. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  163. <td><span class="parametername">location</span></td>
  164. <td></td>
  165. </tr>
  166. <tr>
  167. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  168. <td><span class="parametername">size</span></td>
  169. <td></td>
  170. </tr>
  171. </tbody>
  172. </table>
  173. <h3 id="fields">Fields
  174. </h3>
  175. <h4 id="Terminal_Gui_RectangleF_Empty" data-uid="Terminal.Gui.RectangleF.Empty">Empty</h4>
  176. <div class="markdown level1 summary">
  177. Initializes a new instance of the <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> class.
  178. </div>
  179. <div class="markdown level1 conceptual"></div>
  180. <h5 class="decalaration">Declaration</h5>
  181. <div class="codewrapper">
  182. <pre><code class="lang-csharp hljs">public static readonly RectangleF Empty</code></pre>
  183. </div>
  184. <h5 class="fieldValue">Field Value</h5>
  185. <table class="table table-bordered table-striped table-condensed">
  186. <thead>
  187. <tr>
  188. <th>Type</th>
  189. <th>Description</th>
  190. </tr>
  191. </thead>
  192. <tbody>
  193. <tr>
  194. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  195. <td></td>
  196. </tr>
  197. </tbody>
  198. </table>
  199. <h3 id="properties">Properties
  200. </h3>
  201. <a id="Terminal_Gui_RectangleF_Bottom_" data-uid="Terminal.Gui.RectangleF.Bottom*"></a>
  202. <h4 id="Terminal_Gui_RectangleF_Bottom" data-uid="Terminal.Gui.RectangleF.Bottom">Bottom</h4>
  203. <div class="markdown level1 summary">
  204. Gets the y-coordinate of the lower-right corner of the rectangular region defined by this
  205. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  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 float Bottom { get; }</code></pre>
  211. </div>
  212. <h5 class="propertyValue">Property 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><span class="xref">System.Single</span></td>
  223. <td></td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <a id="Terminal_Gui_RectangleF_Height_" data-uid="Terminal.Gui.RectangleF.Height*"></a>
  228. <h4 id="Terminal_Gui_RectangleF_Height" data-uid="Terminal.Gui.RectangleF.Height">Height</h4>
  229. <div class="markdown level1 summary">
  230. Gets or sets the height of the rectangular region defined by this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  231. </div>
  232. <div class="markdown level1 conceptual"></div>
  233. <h5 class="decalaration">Declaration</h5>
  234. <div class="codewrapper">
  235. <pre><code class="lang-csharp hljs">public float Height { get; set; }</code></pre>
  236. </div>
  237. <h5 class="propertyValue">Property Value</h5>
  238. <table class="table table-bordered table-striped table-condensed">
  239. <thead>
  240. <tr>
  241. <th>Type</th>
  242. <th>Description</th>
  243. </tr>
  244. </thead>
  245. <tbody>
  246. <tr>
  247. <td><span class="xref">System.Single</span></td>
  248. <td></td>
  249. </tr>
  250. </tbody>
  251. </table>
  252. <a id="Terminal_Gui_RectangleF_IsEmpty_" data-uid="Terminal.Gui.RectangleF.IsEmpty*"></a>
  253. <h4 id="Terminal_Gui_RectangleF_IsEmpty" data-uid="Terminal.Gui.RectangleF.IsEmpty">IsEmpty</h4>
  254. <div class="markdown level1 summary">
  255. 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.
  256. </div>
  257. <div class="markdown level1 conceptual"></div>
  258. <h5 class="decalaration">Declaration</h5>
  259. <div class="codewrapper">
  260. <pre><code class="lang-csharp hljs">public bool IsEmpty { get; }</code></pre>
  261. </div>
  262. <h5 class="propertyValue">Property Value</h5>
  263. <table class="table table-bordered table-striped table-condensed">
  264. <thead>
  265. <tr>
  266. <th>Type</th>
  267. <th>Description</th>
  268. </tr>
  269. </thead>
  270. <tbody>
  271. <tr>
  272. <td><span class="xref">System.Boolean</span></td>
  273. <td></td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. <a id="Terminal_Gui_RectangleF_Left_" data-uid="Terminal.Gui.RectangleF.Left*"></a>
  278. <h4 id="Terminal_Gui_RectangleF_Left" data-uid="Terminal.Gui.RectangleF.Left">Left</h4>
  279. <div class="markdown level1 summary">
  280. Gets the x-coordinate of the upper-left corner of the rectangular region defined by this
  281. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> .
  282. </div>
  283. <div class="markdown level1 conceptual"></div>
  284. <h5 class="decalaration">Declaration</h5>
  285. <div class="codewrapper">
  286. <pre><code class="lang-csharp hljs">public float Left { get; }</code></pre>
  287. </div>
  288. <h5 class="propertyValue">Property Value</h5>
  289. <table class="table table-bordered table-striped table-condensed">
  290. <thead>
  291. <tr>
  292. <th>Type</th>
  293. <th>Description</th>
  294. </tr>
  295. </thead>
  296. <tbody>
  297. <tr>
  298. <td><span class="xref">System.Single</span></td>
  299. <td></td>
  300. </tr>
  301. </tbody>
  302. </table>
  303. <a id="Terminal_Gui_RectangleF_Location_" data-uid="Terminal.Gui.RectangleF.Location*"></a>
  304. <h4 id="Terminal_Gui_RectangleF_Location" data-uid="Terminal.Gui.RectangleF.Location">Location</h4>
  305. <div class="markdown level1 summary">
  306. Gets or sets the coordinates of the upper-left corner of the rectangular region represented by this
  307. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  308. </div>
  309. <div class="markdown level1 conceptual"></div>
  310. <h5 class="decalaration">Declaration</h5>
  311. <div class="codewrapper">
  312. <pre><code class="lang-csharp hljs">public PointF Location { get; set; }</code></pre>
  313. </div>
  314. <h5 class="propertyValue">Property Value</h5>
  315. <table class="table table-bordered table-striped table-condensed">
  316. <thead>
  317. <tr>
  318. <th>Type</th>
  319. <th>Description</th>
  320. </tr>
  321. </thead>
  322. <tbody>
  323. <tr>
  324. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  325. <td></td>
  326. </tr>
  327. </tbody>
  328. </table>
  329. <a id="Terminal_Gui_RectangleF_Right_" data-uid="Terminal.Gui.RectangleF.Right*"></a>
  330. <h4 id="Terminal_Gui_RectangleF_Right" data-uid="Terminal.Gui.RectangleF.Right">Right</h4>
  331. <div class="markdown level1 summary">
  332. Gets the x-coordinate of the lower-right corner of the rectangular region defined by this
  333. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  334. </div>
  335. <div class="markdown level1 conceptual"></div>
  336. <h5 class="decalaration">Declaration</h5>
  337. <div class="codewrapper">
  338. <pre><code class="lang-csharp hljs">public float Right { get; }</code></pre>
  339. </div>
  340. <h5 class="propertyValue">Property Value</h5>
  341. <table class="table table-bordered table-striped table-condensed">
  342. <thead>
  343. <tr>
  344. <th>Type</th>
  345. <th>Description</th>
  346. </tr>
  347. </thead>
  348. <tbody>
  349. <tr>
  350. <td><span class="xref">System.Single</span></td>
  351. <td></td>
  352. </tr>
  353. </tbody>
  354. </table>
  355. <a id="Terminal_Gui_RectangleF_Size_" data-uid="Terminal.Gui.RectangleF.Size*"></a>
  356. <h4 id="Terminal_Gui_RectangleF_Size" data-uid="Terminal.Gui.RectangleF.Size">Size</h4>
  357. <div class="markdown level1 summary">
  358. Gets or sets the size of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  359. </div>
  360. <div class="markdown level1 conceptual"></div>
  361. <h5 class="decalaration">Declaration</h5>
  362. <div class="codewrapper">
  363. <pre><code class="lang-csharp hljs">public SizeF Size { get; set; }</code></pre>
  364. </div>
  365. <h5 class="propertyValue">Property Value</h5>
  366. <table class="table table-bordered table-striped table-condensed">
  367. <thead>
  368. <tr>
  369. <th>Type</th>
  370. <th>Description</th>
  371. </tr>
  372. </thead>
  373. <tbody>
  374. <tr>
  375. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  376. <td></td>
  377. </tr>
  378. </tbody>
  379. </table>
  380. <a id="Terminal_Gui_RectangleF_Top_" data-uid="Terminal.Gui.RectangleF.Top*"></a>
  381. <h4 id="Terminal_Gui_RectangleF_Top" data-uid="Terminal.Gui.RectangleF.Top">Top</h4>
  382. <div class="markdown level1 summary">
  383. Gets the y-coordinate of the upper-left corner of the rectangular region defined by this
  384. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  385. </div>
  386. <div class="markdown level1 conceptual"></div>
  387. <h5 class="decalaration">Declaration</h5>
  388. <div class="codewrapper">
  389. <pre><code class="lang-csharp hljs">public float Top { get; }</code></pre>
  390. </div>
  391. <h5 class="propertyValue">Property Value</h5>
  392. <table class="table table-bordered table-striped table-condensed">
  393. <thead>
  394. <tr>
  395. <th>Type</th>
  396. <th>Description</th>
  397. </tr>
  398. </thead>
  399. <tbody>
  400. <tr>
  401. <td><span class="xref">System.Single</span></td>
  402. <td></td>
  403. </tr>
  404. </tbody>
  405. </table>
  406. <a id="Terminal_Gui_RectangleF_Width_" data-uid="Terminal.Gui.RectangleF.Width*"></a>
  407. <h4 id="Terminal_Gui_RectangleF_Width" data-uid="Terminal.Gui.RectangleF.Width">Width</h4>
  408. <div class="markdown level1 summary">
  409. Gets or sets the width of the rectangular region defined by this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  410. </div>
  411. <div class="markdown level1 conceptual"></div>
  412. <h5 class="decalaration">Declaration</h5>
  413. <div class="codewrapper">
  414. <pre><code class="lang-csharp hljs">public float Width { get; set; }</code></pre>
  415. </div>
  416. <h5 class="propertyValue">Property Value</h5>
  417. <table class="table table-bordered table-striped table-condensed">
  418. <thead>
  419. <tr>
  420. <th>Type</th>
  421. <th>Description</th>
  422. </tr>
  423. </thead>
  424. <tbody>
  425. <tr>
  426. <td><span class="xref">System.Single</span></td>
  427. <td></td>
  428. </tr>
  429. </tbody>
  430. </table>
  431. <a id="Terminal_Gui_RectangleF_X_" data-uid="Terminal.Gui.RectangleF.X*"></a>
  432. <h4 id="Terminal_Gui_RectangleF_X" data-uid="Terminal.Gui.RectangleF.X">X</h4>
  433. <div class="markdown level1 summary">
  434. Gets or sets the x-coordinate of the upper-left corner of the rectangular region defined by this
  435. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  436. </div>
  437. <div class="markdown level1 conceptual"></div>
  438. <h5 class="decalaration">Declaration</h5>
  439. <div class="codewrapper">
  440. <pre><code class="lang-csharp hljs">public float X { get; set; }</code></pre>
  441. </div>
  442. <h5 class="propertyValue">Property Value</h5>
  443. <table class="table table-bordered table-striped table-condensed">
  444. <thead>
  445. <tr>
  446. <th>Type</th>
  447. <th>Description</th>
  448. </tr>
  449. </thead>
  450. <tbody>
  451. <tr>
  452. <td><span class="xref">System.Single</span></td>
  453. <td></td>
  454. </tr>
  455. </tbody>
  456. </table>
  457. <a id="Terminal_Gui_RectangleF_Y_" data-uid="Terminal.Gui.RectangleF.Y*"></a>
  458. <h4 id="Terminal_Gui_RectangleF_Y" data-uid="Terminal.Gui.RectangleF.Y">Y</h4>
  459. <div class="markdown level1 summary">
  460. Gets or sets the y-coordinate of the upper-left corner of the rectangular region defined by this
  461. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  462. </div>
  463. <div class="markdown level1 conceptual"></div>
  464. <h5 class="decalaration">Declaration</h5>
  465. <div class="codewrapper">
  466. <pre><code class="lang-csharp hljs">public float Y { get; set; }</code></pre>
  467. </div>
  468. <h5 class="propertyValue">Property Value</h5>
  469. <table class="table table-bordered table-striped table-condensed">
  470. <thead>
  471. <tr>
  472. <th>Type</th>
  473. <th>Description</th>
  474. </tr>
  475. </thead>
  476. <tbody>
  477. <tr>
  478. <td><span class="xref">System.Single</span></td>
  479. <td></td>
  480. </tr>
  481. </tbody>
  482. </table>
  483. <h3 id="methods">Methods
  484. </h3>
  485. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  486. <h4 id="Terminal_Gui_RectangleF_Contains_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Contains(System.Single,System.Single)">Contains(Single, Single)</h4>
  487. <div class="markdown level1 summary">
  488. Determines if the specified point is contained within the rectangular region defined by this
  489. <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  490. </div>
  491. <div class="markdown level1 conceptual"></div>
  492. <h5 class="decalaration">Declaration</h5>
  493. <div class="codewrapper">
  494. <pre><code class="lang-csharp hljs">public bool Contains(float x, float y)</code></pre>
  495. </div>
  496. <h5 class="parameters">Parameters</h5>
  497. <table class="table table-bordered table-striped table-condensed">
  498. <thead>
  499. <tr>
  500. <th>Type</th>
  501. <th>Name</th>
  502. <th>Description</th>
  503. </tr>
  504. </thead>
  505. <tbody>
  506. <tr>
  507. <td><span class="xref">System.Single</span></td>
  508. <td><span class="parametername">x</span></td>
  509. <td></td>
  510. </tr>
  511. <tr>
  512. <td><span class="xref">System.Single</span></td>
  513. <td><span class="parametername">y</span></td>
  514. <td></td>
  515. </tr>
  516. </tbody>
  517. </table>
  518. <h5 class="returns">Returns</h5>
  519. <table class="table table-bordered table-striped table-condensed">
  520. <thead>
  521. <tr>
  522. <th>Type</th>
  523. <th>Description</th>
  524. </tr>
  525. </thead>
  526. <tbody>
  527. <tr>
  528. <td><span class="xref">System.Boolean</span></td>
  529. <td></td>
  530. </tr>
  531. </tbody>
  532. </table>
  533. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  534. <h4 id="Terminal_Gui_RectangleF_Contains_Terminal_Gui_PointF_" data-uid="Terminal.Gui.RectangleF.Contains(Terminal.Gui.PointF)">Contains(PointF)</h4>
  535. <div class="markdown level1 summary">
  536. Determines if the specified point is contained within the rectangular region defined by this
  537. <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  538. </div>
  539. <div class="markdown level1 conceptual"></div>
  540. <h5 class="decalaration">Declaration</h5>
  541. <div class="codewrapper">
  542. <pre><code class="lang-csharp hljs">public bool Contains(PointF pt)</code></pre>
  543. </div>
  544. <h5 class="parameters">Parameters</h5>
  545. <table class="table table-bordered table-striped table-condensed">
  546. <thead>
  547. <tr>
  548. <th>Type</th>
  549. <th>Name</th>
  550. <th>Description</th>
  551. </tr>
  552. </thead>
  553. <tbody>
  554. <tr>
  555. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  556. <td><span class="parametername">pt</span></td>
  557. <td></td>
  558. </tr>
  559. </tbody>
  560. </table>
  561. <h5 class="returns">Returns</h5>
  562. <table class="table table-bordered table-striped table-condensed">
  563. <thead>
  564. <tr>
  565. <th>Type</th>
  566. <th>Description</th>
  567. </tr>
  568. </thead>
  569. <tbody>
  570. <tr>
  571. <td><span class="xref">System.Boolean</span></td>
  572. <td></td>
  573. </tr>
  574. </tbody>
  575. </table>
  576. <a id="Terminal_Gui_RectangleF_Contains_" data-uid="Terminal.Gui.RectangleF.Contains*"></a>
  577. <h4 id="Terminal_Gui_RectangleF_Contains_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Contains(Terminal.Gui.RectangleF)">Contains(RectangleF)</h4>
  578. <div class="markdown level1 summary">
  579. Determines if the rectangular region represented by <code data-dev-comment-type="paramref" class="paramref">rect</code> is entirely contained within
  580. the rectangular region represented by this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> .
  581. </div>
  582. <div class="markdown level1 conceptual"></div>
  583. <h5 class="decalaration">Declaration</h5>
  584. <div class="codewrapper">
  585. <pre><code class="lang-csharp hljs">public bool Contains(RectangleF rect)</code></pre>
  586. </div>
  587. <h5 class="parameters">Parameters</h5>
  588. <table class="table table-bordered table-striped table-condensed">
  589. <thead>
  590. <tr>
  591. <th>Type</th>
  592. <th>Name</th>
  593. <th>Description</th>
  594. </tr>
  595. </thead>
  596. <tbody>
  597. <tr>
  598. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  599. <td><span class="parametername">rect</span></td>
  600. <td></td>
  601. </tr>
  602. </tbody>
  603. </table>
  604. <h5 class="returns">Returns</h5>
  605. <table class="table table-bordered table-striped table-condensed">
  606. <thead>
  607. <tr>
  608. <th>Type</th>
  609. <th>Description</th>
  610. </tr>
  611. </thead>
  612. <tbody>
  613. <tr>
  614. <td><span class="xref">System.Boolean</span></td>
  615. <td></td>
  616. </tr>
  617. </tbody>
  618. </table>
  619. <a id="Terminal_Gui_RectangleF_Equals_" data-uid="Terminal.Gui.RectangleF.Equals*"></a>
  620. <h4 id="Terminal_Gui_RectangleF_Equals_System_Object_" data-uid="Terminal.Gui.RectangleF.Equals(System.Object)">Equals(Object)</h4>
  621. <div class="markdown level1 summary">
  622. 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
  623. size of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  624. </div>
  625. <div class="markdown level1 conceptual"></div>
  626. <h5 class="decalaration">Declaration</h5>
  627. <div class="codewrapper">
  628. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  629. </div>
  630. <h5 class="parameters">Parameters</h5>
  631. <table class="table table-bordered table-striped table-condensed">
  632. <thead>
  633. <tr>
  634. <th>Type</th>
  635. <th>Name</th>
  636. <th>Description</th>
  637. </tr>
  638. </thead>
  639. <tbody>
  640. <tr>
  641. <td><span class="xref">System.Object</span></td>
  642. <td><span class="parametername">obj</span></td>
  643. <td></td>
  644. </tr>
  645. </tbody>
  646. </table>
  647. <h5 class="returns">Returns</h5>
  648. <table class="table table-bordered table-striped table-condensed">
  649. <thead>
  650. <tr>
  651. <th>Type</th>
  652. <th>Description</th>
  653. </tr>
  654. </thead>
  655. <tbody>
  656. <tr>
  657. <td><span class="xref">System.Boolean</span></td>
  658. <td></td>
  659. </tr>
  660. </tbody>
  661. </table>
  662. <a id="Terminal_Gui_RectangleF_Equals_" data-uid="Terminal.Gui.RectangleF.Equals*"></a>
  663. <h4 id="Terminal_Gui_RectangleF_Equals_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Equals(Terminal.Gui.RectangleF)">Equals(RectangleF)</h4>
  664. <div class="markdown level1 summary">
  665. Returns true if two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects have equal location and size.
  666. </div>
  667. <div class="markdown level1 conceptual"></div>
  668. <h5 class="decalaration">Declaration</h5>
  669. <div class="codewrapper">
  670. <pre><code class="lang-csharp hljs">public bool Equals(RectangleF other)</code></pre>
  671. </div>
  672. <h5 class="parameters">Parameters</h5>
  673. <table class="table table-bordered table-striped table-condensed">
  674. <thead>
  675. <tr>
  676. <th>Type</th>
  677. <th>Name</th>
  678. <th>Description</th>
  679. </tr>
  680. </thead>
  681. <tbody>
  682. <tr>
  683. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  684. <td><span class="parametername">other</span></td>
  685. <td></td>
  686. </tr>
  687. </tbody>
  688. </table>
  689. <h5 class="returns">Returns</h5>
  690. <table class="table table-bordered table-striped table-condensed">
  691. <thead>
  692. <tr>
  693. <th>Type</th>
  694. <th>Description</th>
  695. </tr>
  696. </thead>
  697. <tbody>
  698. <tr>
  699. <td><span class="xref">System.Boolean</span></td>
  700. <td></td>
  701. </tr>
  702. </tbody>
  703. </table>
  704. <a id="Terminal_Gui_RectangleF_FromLTRB_" data-uid="Terminal.Gui.RectangleF.FromLTRB*"></a>
  705. <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>
  706. <div class="markdown level1 summary">
  707. Creates a new <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> with the specified location and size.
  708. </div>
  709. <div class="markdown level1 conceptual"></div>
  710. <h5 class="decalaration">Declaration</h5>
  711. <div class="codewrapper">
  712. <pre><code class="lang-csharp hljs">public static RectangleF FromLTRB(float left, float top, float right, float bottom)</code></pre>
  713. </div>
  714. <h5 class="parameters">Parameters</h5>
  715. <table class="table table-bordered table-striped table-condensed">
  716. <thead>
  717. <tr>
  718. <th>Type</th>
  719. <th>Name</th>
  720. <th>Description</th>
  721. </tr>
  722. </thead>
  723. <tbody>
  724. <tr>
  725. <td><span class="xref">System.Single</span></td>
  726. <td><span class="parametername">left</span></td>
  727. <td></td>
  728. </tr>
  729. <tr>
  730. <td><span class="xref">System.Single</span></td>
  731. <td><span class="parametername">top</span></td>
  732. <td></td>
  733. </tr>
  734. <tr>
  735. <td><span class="xref">System.Single</span></td>
  736. <td><span class="parametername">right</span></td>
  737. <td></td>
  738. </tr>
  739. <tr>
  740. <td><span class="xref">System.Single</span></td>
  741. <td><span class="parametername">bottom</span></td>
  742. <td></td>
  743. </tr>
  744. </tbody>
  745. </table>
  746. <h5 class="returns">Returns</h5>
  747. <table class="table table-bordered table-striped table-condensed">
  748. <thead>
  749. <tr>
  750. <th>Type</th>
  751. <th>Description</th>
  752. </tr>
  753. </thead>
  754. <tbody>
  755. <tr>
  756. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  757. <td></td>
  758. </tr>
  759. </tbody>
  760. </table>
  761. <a id="Terminal_Gui_RectangleF_GetHashCode_" data-uid="Terminal.Gui.RectangleF.GetHashCode*"></a>
  762. <h4 id="Terminal_Gui_RectangleF_GetHashCode" data-uid="Terminal.Gui.RectangleF.GetHashCode">GetHashCode()</h4>
  763. <div class="markdown level1 summary">
  764. Gets the hash code for this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  765. </div>
  766. <div class="markdown level1 conceptual"></div>
  767. <h5 class="decalaration">Declaration</h5>
  768. <div class="codewrapper">
  769. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  770. </div>
  771. <h5 class="returns">Returns</h5>
  772. <table class="table table-bordered table-striped table-condensed">
  773. <thead>
  774. <tr>
  775. <th>Type</th>
  776. <th>Description</th>
  777. </tr>
  778. </thead>
  779. <tbody>
  780. <tr>
  781. <td><span class="xref">System.Int32</span></td>
  782. <td></td>
  783. </tr>
  784. </tbody>
  785. </table>
  786. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  787. <h4 id="Terminal_Gui_RectangleF_Inflate_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Inflate(System.Single,System.Single)">Inflate(Single, Single)</h4>
  788. <div class="markdown level1 summary">
  789. Inflates this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> by the specified amount.
  790. </div>
  791. <div class="markdown level1 conceptual"></div>
  792. <h5 class="decalaration">Declaration</h5>
  793. <div class="codewrapper">
  794. <pre><code class="lang-csharp hljs">public void Inflate(float x, float y)</code></pre>
  795. </div>
  796. <h5 class="parameters">Parameters</h5>
  797. <table class="table table-bordered table-striped table-condensed">
  798. <thead>
  799. <tr>
  800. <th>Type</th>
  801. <th>Name</th>
  802. <th>Description</th>
  803. </tr>
  804. </thead>
  805. <tbody>
  806. <tr>
  807. <td><span class="xref">System.Single</span></td>
  808. <td><span class="parametername">x</span></td>
  809. <td></td>
  810. </tr>
  811. <tr>
  812. <td><span class="xref">System.Single</span></td>
  813. <td><span class="parametername">y</span></td>
  814. <td></td>
  815. </tr>
  816. </tbody>
  817. </table>
  818. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  819. <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>
  820. <div class="markdown level1 summary">
  821. Creates a <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> that is inflated by the specified amount.
  822. </div>
  823. <div class="markdown level1 conceptual"></div>
  824. <h5 class="decalaration">Declaration</h5>
  825. <div class="codewrapper">
  826. <pre><code class="lang-csharp hljs">public static RectangleF Inflate(RectangleF rect, float x, float y)</code></pre>
  827. </div>
  828. <h5 class="parameters">Parameters</h5>
  829. <table class="table table-bordered table-striped table-condensed">
  830. <thead>
  831. <tr>
  832. <th>Type</th>
  833. <th>Name</th>
  834. <th>Description</th>
  835. </tr>
  836. </thead>
  837. <tbody>
  838. <tr>
  839. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  840. <td><span class="parametername">rect</span></td>
  841. <td></td>
  842. </tr>
  843. <tr>
  844. <td><span class="xref">System.Single</span></td>
  845. <td><span class="parametername">x</span></td>
  846. <td></td>
  847. </tr>
  848. <tr>
  849. <td><span class="xref">System.Single</span></td>
  850. <td><span class="parametername">y</span></td>
  851. <td></td>
  852. </tr>
  853. </tbody>
  854. </table>
  855. <h5 class="returns">Returns</h5>
  856. <table class="table table-bordered table-striped table-condensed">
  857. <thead>
  858. <tr>
  859. <th>Type</th>
  860. <th>Description</th>
  861. </tr>
  862. </thead>
  863. <tbody>
  864. <tr>
  865. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  866. <td></td>
  867. </tr>
  868. </tbody>
  869. </table>
  870. <a id="Terminal_Gui_RectangleF_Inflate_" data-uid="Terminal.Gui.RectangleF.Inflate*"></a>
  871. <h4 id="Terminal_Gui_RectangleF_Inflate_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.RectangleF.Inflate(Terminal.Gui.SizeF)">Inflate(SizeF)</h4>
  872. <div class="markdown level1 summary">
  873. Inflates this <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> by the specified amount.
  874. </div>
  875. <div class="markdown level1 conceptual"></div>
  876. <h5 class="decalaration">Declaration</h5>
  877. <div class="codewrapper">
  878. <pre><code class="lang-csharp hljs">public void Inflate(SizeF size)</code></pre>
  879. </div>
  880. <h5 class="parameters">Parameters</h5>
  881. <table class="table table-bordered table-striped table-condensed">
  882. <thead>
  883. <tr>
  884. <th>Type</th>
  885. <th>Name</th>
  886. <th>Description</th>
  887. </tr>
  888. </thead>
  889. <tbody>
  890. <tr>
  891. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  892. <td><span class="parametername">size</span></td>
  893. <td></td>
  894. </tr>
  895. </tbody>
  896. </table>
  897. <a id="Terminal_Gui_RectangleF_Intersect_" data-uid="Terminal.Gui.RectangleF.Intersect*"></a>
  898. <h4 id="Terminal_Gui_RectangleF_Intersect_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.Intersect(Terminal.Gui.RectangleF)">Intersect(RectangleF)</h4>
  899. <div class="markdown level1 summary">
  900. Creates a Rectangle that represents the intersection between this Rectangle and rect.
  901. </div>
  902. <div class="markdown level1 conceptual"></div>
  903. <h5 class="decalaration">Declaration</h5>
  904. <div class="codewrapper">
  905. <pre><code class="lang-csharp hljs">public void Intersect(RectangleF rect)</code></pre>
  906. </div>
  907. <h5 class="parameters">Parameters</h5>
  908. <table class="table table-bordered table-striped table-condensed">
  909. <thead>
  910. <tr>
  911. <th>Type</th>
  912. <th>Name</th>
  913. <th>Description</th>
  914. </tr>
  915. </thead>
  916. <tbody>
  917. <tr>
  918. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  919. <td><span class="parametername">rect</span></td>
  920. <td></td>
  921. </tr>
  922. </tbody>
  923. </table>
  924. <a id="Terminal_Gui_RectangleF_Intersect_" data-uid="Terminal.Gui.RectangleF.Intersect*"></a>
  925. <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>
  926. <div class="markdown level1 summary">
  927. Creates a rectangle that represents the intersection between a and b. If there is no intersection, an
  928. empty rectangle is returned.
  929. </div>
  930. <div class="markdown level1 conceptual"></div>
  931. <h5 class="decalaration">Declaration</h5>
  932. <div class="codewrapper">
  933. <pre><code class="lang-csharp hljs">public static RectangleF Intersect(RectangleF a, RectangleF b)</code></pre>
  934. </div>
  935. <h5 class="parameters">Parameters</h5>
  936. <table class="table table-bordered table-striped table-condensed">
  937. <thead>
  938. <tr>
  939. <th>Type</th>
  940. <th>Name</th>
  941. <th>Description</th>
  942. </tr>
  943. </thead>
  944. <tbody>
  945. <tr>
  946. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  947. <td><span class="parametername">a</span></td>
  948. <td></td>
  949. </tr>
  950. <tr>
  951. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  952. <td><span class="parametername">b</span></td>
  953. <td></td>
  954. </tr>
  955. </tbody>
  956. </table>
  957. <h5 class="returns">Returns</h5>
  958. <table class="table table-bordered table-striped table-condensed">
  959. <thead>
  960. <tr>
  961. <th>Type</th>
  962. <th>Description</th>
  963. </tr>
  964. </thead>
  965. <tbody>
  966. <tr>
  967. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  968. <td></td>
  969. </tr>
  970. </tbody>
  971. </table>
  972. <a id="Terminal_Gui_RectangleF_IntersectsWith_" data-uid="Terminal.Gui.RectangleF.IntersectsWith*"></a>
  973. <h4 id="Terminal_Gui_RectangleF_IntersectsWith_Terminal_Gui_RectangleF_" data-uid="Terminal.Gui.RectangleF.IntersectsWith(Terminal.Gui.RectangleF)">IntersectsWith(RectangleF)</h4>
  974. <div class="markdown level1 summary">
  975. Determines if this rectangle intersects with rect.
  976. </div>
  977. <div class="markdown level1 conceptual"></div>
  978. <h5 class="decalaration">Declaration</h5>
  979. <div class="codewrapper">
  980. <pre><code class="lang-csharp hljs">public bool IntersectsWith(RectangleF rect)</code></pre>
  981. </div>
  982. <h5 class="parameters">Parameters</h5>
  983. <table class="table table-bordered table-striped table-condensed">
  984. <thead>
  985. <tr>
  986. <th>Type</th>
  987. <th>Name</th>
  988. <th>Description</th>
  989. </tr>
  990. </thead>
  991. <tbody>
  992. <tr>
  993. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  994. <td><span class="parametername">rect</span></td>
  995. <td></td>
  996. </tr>
  997. </tbody>
  998. </table>
  999. <h5 class="returns">Returns</h5>
  1000. <table class="table table-bordered table-striped table-condensed">
  1001. <thead>
  1002. <tr>
  1003. <th>Type</th>
  1004. <th>Description</th>
  1005. </tr>
  1006. </thead>
  1007. <tbody>
  1008. <tr>
  1009. <td><span class="xref">System.Boolean</span></td>
  1010. <td></td>
  1011. </tr>
  1012. </tbody>
  1013. </table>
  1014. <a id="Terminal_Gui_RectangleF_Offset_" data-uid="Terminal.Gui.RectangleF.Offset*"></a>
  1015. <h4 id="Terminal_Gui_RectangleF_Offset_System_Single_System_Single_" data-uid="Terminal.Gui.RectangleF.Offset(System.Single,System.Single)">Offset(Single, Single)</h4>
  1016. <div class="markdown level1 summary">
  1017. Adjusts the location of this rectangle by the specified amount.
  1018. </div>
  1019. <div class="markdown level1 conceptual"></div>
  1020. <h5 class="decalaration">Declaration</h5>
  1021. <div class="codewrapper">
  1022. <pre><code class="lang-csharp hljs">public void Offset(float x, float y)</code></pre>
  1023. </div>
  1024. <h5 class="parameters">Parameters</h5>
  1025. <table class="table table-bordered table-striped table-condensed">
  1026. <thead>
  1027. <tr>
  1028. <th>Type</th>
  1029. <th>Name</th>
  1030. <th>Description</th>
  1031. </tr>
  1032. </thead>
  1033. <tbody>
  1034. <tr>
  1035. <td><span class="xref">System.Single</span></td>
  1036. <td><span class="parametername">x</span></td>
  1037. <td></td>
  1038. </tr>
  1039. <tr>
  1040. <td><span class="xref">System.Single</span></td>
  1041. <td><span class="parametername">y</span></td>
  1042. <td></td>
  1043. </tr>
  1044. </tbody>
  1045. </table>
  1046. <a id="Terminal_Gui_RectangleF_Offset_" data-uid="Terminal.Gui.RectangleF.Offset*"></a>
  1047. <h4 id="Terminal_Gui_RectangleF_Offset_Terminal_Gui_PointF_" data-uid="Terminal.Gui.RectangleF.Offset(Terminal.Gui.PointF)">Offset(PointF)</h4>
  1048. <div class="markdown level1 summary">
  1049. Adjusts the location of this rectangle by the specified amount.
  1050. </div>
  1051. <div class="markdown level1 conceptual"></div>
  1052. <h5 class="decalaration">Declaration</h5>
  1053. <div class="codewrapper">
  1054. <pre><code class="lang-csharp hljs">public void Offset(PointF pos)</code></pre>
  1055. </div>
  1056. <h5 class="parameters">Parameters</h5>
  1057. <table class="table table-bordered table-striped table-condensed">
  1058. <thead>
  1059. <tr>
  1060. <th>Type</th>
  1061. <th>Name</th>
  1062. <th>Description</th>
  1063. </tr>
  1064. </thead>
  1065. <tbody>
  1066. <tr>
  1067. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  1068. <td><span class="parametername">pos</span></td>
  1069. <td></td>
  1070. </tr>
  1071. </tbody>
  1072. </table>
  1073. <a id="Terminal_Gui_RectangleF_ToString_" data-uid="Terminal.Gui.RectangleF.ToString*"></a>
  1074. <h4 id="Terminal_Gui_RectangleF_ToString" data-uid="Terminal.Gui.RectangleF.ToString">ToString()</h4>
  1075. <div class="markdown level1 summary">
  1076. 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>
  1077. of this <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> to a human-readable string.
  1078. </div>
  1079. <div class="markdown level1 conceptual"></div>
  1080. <h5 class="decalaration">Declaration</h5>
  1081. <div class="codewrapper">
  1082. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  1083. </div>
  1084. <h5 class="returns">Returns</h5>
  1085. <table class="table table-bordered table-striped table-condensed">
  1086. <thead>
  1087. <tr>
  1088. <th>Type</th>
  1089. <th>Description</th>
  1090. </tr>
  1091. </thead>
  1092. <tbody>
  1093. <tr>
  1094. <td><span class="xref">System.String</span></td>
  1095. <td></td>
  1096. </tr>
  1097. </tbody>
  1098. </table>
  1099. <a id="Terminal_Gui_RectangleF_Union_" data-uid="Terminal.Gui.RectangleF.Union*"></a>
  1100. <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>
  1101. <div class="markdown level1 summary">
  1102. Creates a rectangle that represents the union between a and b.
  1103. </div>
  1104. <div class="markdown level1 conceptual"></div>
  1105. <h5 class="decalaration">Declaration</h5>
  1106. <div class="codewrapper">
  1107. <pre><code class="lang-csharp hljs">public static RectangleF Union(RectangleF a, RectangleF b)</code></pre>
  1108. </div>
  1109. <h5 class="parameters">Parameters</h5>
  1110. <table class="table table-bordered table-striped table-condensed">
  1111. <thead>
  1112. <tr>
  1113. <th>Type</th>
  1114. <th>Name</th>
  1115. <th>Description</th>
  1116. </tr>
  1117. </thead>
  1118. <tbody>
  1119. <tr>
  1120. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1121. <td><span class="parametername">a</span></td>
  1122. <td></td>
  1123. </tr>
  1124. <tr>
  1125. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1126. <td><span class="parametername">b</span></td>
  1127. <td></td>
  1128. </tr>
  1129. </tbody>
  1130. </table>
  1131. <h5 class="returns">Returns</h5>
  1132. <table class="table table-bordered table-striped table-condensed">
  1133. <thead>
  1134. <tr>
  1135. <th>Type</th>
  1136. <th>Description</th>
  1137. </tr>
  1138. </thead>
  1139. <tbody>
  1140. <tr>
  1141. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1142. <td></td>
  1143. </tr>
  1144. </tbody>
  1145. </table>
  1146. <h3 id="operators">Operators
  1147. </h3>
  1148. <a id="Terminal_Gui_RectangleF_op_Equality_" data-uid="Terminal.Gui.RectangleF.op_Equality*"></a>
  1149. <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>
  1150. <div class="markdown level1 summary">
  1151. Tests whether two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects have equal location and size.
  1152. </div>
  1153. <div class="markdown level1 conceptual"></div>
  1154. <h5 class="decalaration">Declaration</h5>
  1155. <div class="codewrapper">
  1156. <pre><code class="lang-csharp hljs">public static bool operator ==(RectangleF left, RectangleF right)</code></pre>
  1157. </div>
  1158. <h5 class="parameters">Parameters</h5>
  1159. <table class="table table-bordered table-striped table-condensed">
  1160. <thead>
  1161. <tr>
  1162. <th>Type</th>
  1163. <th>Name</th>
  1164. <th>Description</th>
  1165. </tr>
  1166. </thead>
  1167. <tbody>
  1168. <tr>
  1169. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1170. <td><span class="parametername">left</span></td>
  1171. <td></td>
  1172. </tr>
  1173. <tr>
  1174. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1175. <td><span class="parametername">right</span></td>
  1176. <td></td>
  1177. </tr>
  1178. </tbody>
  1179. </table>
  1180. <h5 class="returns">Returns</h5>
  1181. <table class="table table-bordered table-striped table-condensed">
  1182. <thead>
  1183. <tr>
  1184. <th>Type</th>
  1185. <th>Description</th>
  1186. </tr>
  1187. </thead>
  1188. <tbody>
  1189. <tr>
  1190. <td><span class="xref">System.Boolean</span></td>
  1191. <td></td>
  1192. </tr>
  1193. </tbody>
  1194. </table>
  1195. <a id="Terminal_Gui_RectangleF_op_Implicit_" data-uid="Terminal.Gui.RectangleF.op_Implicit*"></a>
  1196. <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>
  1197. <div class="markdown level1 summary">
  1198. Converts the specified <a class="xref" href="Terminal.Gui.Rect.html">Rect</a> to a
  1199. <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a>.
  1200. </div>
  1201. <div class="markdown level1 conceptual"></div>
  1202. <h5 class="decalaration">Declaration</h5>
  1203. <div class="codewrapper">
  1204. <pre><code class="lang-csharp hljs">public static implicit operator RectangleF(Rect r)</code></pre>
  1205. </div>
  1206. <h5 class="parameters">Parameters</h5>
  1207. <table class="table table-bordered table-striped table-condensed">
  1208. <thead>
  1209. <tr>
  1210. <th>Type</th>
  1211. <th>Name</th>
  1212. <th>Description</th>
  1213. </tr>
  1214. </thead>
  1215. <tbody>
  1216. <tr>
  1217. <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
  1218. <td><span class="parametername">r</span></td>
  1219. <td></td>
  1220. </tr>
  1221. </tbody>
  1222. </table>
  1223. <h5 class="returns">Returns</h5>
  1224. <table class="table table-bordered table-striped table-condensed">
  1225. <thead>
  1226. <tr>
  1227. <th>Type</th>
  1228. <th>Description</th>
  1229. </tr>
  1230. </thead>
  1231. <tbody>
  1232. <tr>
  1233. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1234. <td></td>
  1235. </tr>
  1236. </tbody>
  1237. </table>
  1238. <a id="Terminal_Gui_RectangleF_op_Inequality_" data-uid="Terminal.Gui.RectangleF.op_Inequality*"></a>
  1239. <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>
  1240. <div class="markdown level1 summary">
  1241. Tests whether two <a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a> objects differ in location or size.
  1242. </div>
  1243. <div class="markdown level1 conceptual"></div>
  1244. <h5 class="decalaration">Declaration</h5>
  1245. <div class="codewrapper">
  1246. <pre><code class="lang-csharp hljs">public static bool operator !=(RectangleF left, RectangleF right)</code></pre>
  1247. </div>
  1248. <h5 class="parameters">Parameters</h5>
  1249. <table class="table table-bordered table-striped table-condensed">
  1250. <thead>
  1251. <tr>
  1252. <th>Type</th>
  1253. <th>Name</th>
  1254. <th>Description</th>
  1255. </tr>
  1256. </thead>
  1257. <tbody>
  1258. <tr>
  1259. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1260. <td><span class="parametername">left</span></td>
  1261. <td></td>
  1262. </tr>
  1263. <tr>
  1264. <td><a class="xref" href="Terminal.Gui.RectangleF.html">RectangleF</a></td>
  1265. <td><span class="parametername">right</span></td>
  1266. <td></td>
  1267. </tr>
  1268. </tbody>
  1269. </table>
  1270. <h5 class="returns">Returns</h5>
  1271. <table class="table table-bordered table-striped table-condensed">
  1272. <thead>
  1273. <tr>
  1274. <th>Type</th>
  1275. <th>Description</th>
  1276. </tr>
  1277. </thead>
  1278. <tbody>
  1279. <tr>
  1280. <td><span class="xref">System.Boolean</span></td>
  1281. <td></td>
  1282. </tr>
  1283. </tbody>
  1284. </table>
  1285. <h3 id="implements">Implements</h3>
  1286. <div>
  1287. <span class="xref">System.IEquatable&lt;&gt;</span>
  1288. </div>
  1289. </article>
  1290. </div>
  1291. <div class="hidden-sm col-md-2" role="complementary">
  1292. <div class="sideaffix">
  1293. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1294. <h5>In This Article</h5>
  1295. <div></div>
  1296. </nav>
  1297. </div>
  1298. </div>
  1299. </div>
  1300. </div>
  1301. <footer>
  1302. <div class="grad-bottom"></div>
  1303. <div class="footer">
  1304. <div class="container">
  1305. <span class="pull-right">
  1306. <a href="#top">Back to top</a>
  1307. </span>
  1308. <span>Generated by <strong>DocFX</strong></span>
  1309. </div>
  1310. </div>
  1311. </footer>
  1312. </div>
  1313. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1314. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1315. <script type="text/javascript" src="../../styles/main.js"></script>
  1316. </body>
  1317. </html>