2
0

Terminal.Rect.html 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395
  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 Rect
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct Rect
  11. ">
  12. <meta name="generator" content="docfx 2.18.2.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. <meta property="docfx:navrel" content="">
  18. <meta property="docfx:tocrel" content="../toc.html">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../../index.html">
  33. <img id="logo" class="svg" src="../../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="Terminal.Rect">
  63. <h1 id="Terminal_Rect" data-uid="Terminal.Rect">Struct Rect
  64. </h1>
  65. <div class="markdown level0 summary"><p>Stores a set of four integers that represent the location and size of a rectangle</p>
  66. </div>
  67. <div class="markdown level0 conceptual"></div>
  68. <h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.html">Terminal</a></h6>
  69. <h6><strong>Assembly</strong>: Terminal.dll</h6>
  70. <h5 id="Terminal_Rect_syntax">Syntax</h5>
  71. <div class="codewrapper">
  72. <pre><code class="lang-csharp hljs">public struct Rect</code></pre>
  73. </div>
  74. <h3 id="constructors">Constructors
  75. </h3>
  76. <a id="Terminal_Rect__ctor_" data-uid="Terminal.Rect.#ctor*"></a>
  77. <h4 id="Terminal_Rect__ctor_Terminal_Point_Terminal_Size_" data-uid="Terminal.Rect.#ctor(Terminal.Point,Terminal.Size)">Rect(Point, Size)</h4>
  78. <div class="markdown level1 summary"><p>Rectangle Constructor</p>
  79. </div>
  80. <div class="markdown level1 conceptual"></div>
  81. <h5 class="decalaration">Declaration</h5>
  82. <div class="codewrapper">
  83. <pre><code class="lang-csharp hljs">public Rect (Terminal.Point location, Terminal.Size size);</code></pre>
  84. </div>
  85. <h5 class="parameters">Parameters</h5>
  86. <table class="table table-bordered table-striped table-condensed">
  87. <thead>
  88. <tr>
  89. <th>Type</th>
  90. <th>Name</th>
  91. <th>Description</th>
  92. </tr>
  93. </thead>
  94. <tbody>
  95. <tr>
  96. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  97. <td><span class="parametername">location</span></td>
  98. <td><p>To be added.</p>
  99. </td>
  100. </tr>
  101. <tr>
  102. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  103. <td><span class="parametername">size</span></td>
  104. <td><p>To be added.</p>
  105. </td>
  106. </tr>
  107. </tbody>
  108. </table>
  109. <h5 id="Terminal_Rect__ctor_Terminal_Point_Terminal_Size__remarks">Remarks</h5>
  110. <div class="markdown level1 remarks"><p>Creates a Rectangle from Point and Size values.</p>
  111. </div>
  112. <a id="Terminal_Rect__ctor_" data-uid="Terminal.Rect.#ctor*"></a>
  113. <h4 id="Terminal_Rect__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Terminal.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">Rect(Int32, Int32, Int32, Int32)</h4>
  114. <div class="markdown level1 summary"><p>Rectangle Constructor</p>
  115. </div>
  116. <div class="markdown level1 conceptual"></div>
  117. <h5 class="decalaration">Declaration</h5>
  118. <div class="codewrapper">
  119. <pre><code class="lang-csharp hljs">public Rect (int x, int y, int width, int height);</code></pre>
  120. </div>
  121. <h5 class="parameters">Parameters</h5>
  122. <table class="table table-bordered table-striped table-condensed">
  123. <thead>
  124. <tr>
  125. <th>Type</th>
  126. <th>Name</th>
  127. <th>Description</th>
  128. </tr>
  129. </thead>
  130. <tbody>
  131. <tr>
  132. <td><span class="xref">System.Int32</span></td>
  133. <td><span class="parametername">x</span></td>
  134. <td><p>To be added.</p>
  135. </td>
  136. </tr>
  137. <tr>
  138. <td><span class="xref">System.Int32</span></td>
  139. <td><span class="parametername">y</span></td>
  140. <td><p>To be added.</p>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td><span class="xref">System.Int32</span></td>
  145. <td><span class="parametername">width</span></td>
  146. <td><p>To be added.</p>
  147. </td>
  148. </tr>
  149. <tr>
  150. <td><span class="xref">System.Int32</span></td>
  151. <td><span class="parametername">height</span></td>
  152. <td><p>To be added.</p>
  153. </td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. <h5 id="Terminal_Rect__ctor_System_Int32_System_Int32_System_Int32_System_Int32__remarks">Remarks</h5>
  158. <div class="markdown level1 remarks"><p>Creates a Rectangle from a specified x,y location and
  159. width and height values.</p>
  160. </div>
  161. <h3 id="fields">Fields
  162. </h3>
  163. <h4 id="Terminal_Rect_Empty" data-uid="Terminal.Rect.Empty">Empty</h4>
  164. <div class="markdown level1 summary"><p>Empty Shared Field</p>
  165. </div>
  166. <div class="markdown level1 conceptual"></div>
  167. <h5 class="decalaration">Declaration</h5>
  168. <div class="codewrapper">
  169. <pre><code class="lang-csharp hljs">public static readonly Terminal.Rect Empty;</code></pre>
  170. </div>
  171. <h5 class="fieldValue">Field Value</h5>
  172. <table class="table table-bordered table-striped table-condensed">
  173. <thead>
  174. <tr>
  175. <th>Type</th>
  176. <th>Description</th>
  177. </tr>
  178. </thead>
  179. <tbody>
  180. <tr>
  181. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  182. <td><p>To be added.</p>
  183. </td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. <h5 id="Terminal_Rect_Empty_remarks">Remarks</h5>
  188. <div class="markdown level1 remarks"><p>An uninitialized Rectangle Structure.</p>
  189. </div>
  190. <h4 id="Terminal_Rect_Height" data-uid="Terminal.Rect.Height">Height</h4>
  191. <div class="markdown level1 summary"><p>Gets or sets the height of this Rectangle structure.</p>
  192. </div>
  193. <div class="markdown level1 conceptual"></div>
  194. <h5 class="decalaration">Declaration</h5>
  195. <div class="codewrapper">
  196. <pre><code class="lang-csharp hljs">public int Height;</code></pre>
  197. </div>
  198. <h5 class="fieldValue">Field Value</h5>
  199. <table class="table table-bordered table-striped table-condensed">
  200. <thead>
  201. <tr>
  202. <th>Type</th>
  203. <th>Description</th>
  204. </tr>
  205. </thead>
  206. <tbody>
  207. <tr>
  208. <td><span class="xref">System.Int32</span></td>
  209. <td><p>To be added.</p>
  210. </td>
  211. </tr>
  212. </tbody>
  213. </table>
  214. <h4 id="Terminal_Rect_Width" data-uid="Terminal.Rect.Width">Width</h4>
  215. <div class="markdown level1 summary"><p>Gets or sets the width of this Rect structure.</p>
  216. </div>
  217. <div class="markdown level1 conceptual"></div>
  218. <h5 class="decalaration">Declaration</h5>
  219. <div class="codewrapper">
  220. <pre><code class="lang-csharp hljs">public int Width;</code></pre>
  221. </div>
  222. <h5 class="fieldValue">Field Value</h5>
  223. <table class="table table-bordered table-striped table-condensed">
  224. <thead>
  225. <tr>
  226. <th>Type</th>
  227. <th>Description</th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr>
  232. <td><span class="xref">System.Int32</span></td>
  233. <td><p>To be added.</p>
  234. </td>
  235. </tr>
  236. </tbody>
  237. </table>
  238. <h4 id="Terminal_Rect_X" data-uid="Terminal.Rect.X">X</h4>
  239. <div class="markdown level1 summary"><p>Gets or sets the x-coordinate of the upper-left corner of this Rectangle structure.</p>
  240. </div>
  241. <div class="markdown level1 conceptual"></div>
  242. <h5 class="decalaration">Declaration</h5>
  243. <div class="codewrapper">
  244. <pre><code class="lang-csharp hljs">public int X;</code></pre>
  245. </div>
  246. <h5 class="fieldValue">Field Value</h5>
  247. <table class="table table-bordered table-striped table-condensed">
  248. <thead>
  249. <tr>
  250. <th>Type</th>
  251. <th>Description</th>
  252. </tr>
  253. </thead>
  254. <tbody>
  255. <tr>
  256. <td><span class="xref">System.Int32</span></td>
  257. <td><p>To be added.</p>
  258. </td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <h4 id="Terminal_Rect_Y" data-uid="Terminal.Rect.Y">Y</h4>
  263. <div class="markdown level1 summary"><p>Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure.</p>
  264. </div>
  265. <div class="markdown level1 conceptual"></div>
  266. <h5 class="decalaration">Declaration</h5>
  267. <div class="codewrapper">
  268. <pre><code class="lang-csharp hljs">public int Y;</code></pre>
  269. </div>
  270. <h5 class="fieldValue">Field Value</h5>
  271. <table class="table table-bordered table-striped table-condensed">
  272. <thead>
  273. <tr>
  274. <th>Type</th>
  275. <th>Description</th>
  276. </tr>
  277. </thead>
  278. <tbody>
  279. <tr>
  280. <td><span class="xref">System.Int32</span></td>
  281. <td><p>To be added.</p>
  282. </td>
  283. </tr>
  284. </tbody>
  285. </table>
  286. <h3 id="properties">Properties
  287. </h3>
  288. <a id="Terminal_Rect_Bottom_" data-uid="Terminal.Rect.Bottom*"></a>
  289. <h4 id="Terminal_Rect_Bottom" data-uid="Terminal.Rect.Bottom">Bottom</h4>
  290. <div class="markdown level1 summary"><p>Bottom Property</p>
  291. </div>
  292. <div class="markdown level1 conceptual"></div>
  293. <h5 class="decalaration">Declaration</h5>
  294. <div class="codewrapper">
  295. <pre><code class="lang-csharp hljs">public int Bottom { get; }</code></pre>
  296. </div>
  297. <h5 class="propertyValue">Property Value</h5>
  298. <table class="table table-bordered table-striped table-condensed">
  299. <thead>
  300. <tr>
  301. <th>Type</th>
  302. <th>Description</th>
  303. </tr>
  304. </thead>
  305. <tbody>
  306. <tr>
  307. <td><span class="xref">System.Int32</span></td>
  308. <td><p>To be added.</p>
  309. </td>
  310. </tr>
  311. </tbody>
  312. </table>
  313. <h5 id="Terminal_Rect_Bottom_remarks">Remarks</h5>
  314. <div class="markdown level1 remarks"><p>The Y coordinate of the bottom edge of the Rectangle.
  315. Read only.</p>
  316. </div>
  317. <a id="Terminal_Rect_IsEmpty_" data-uid="Terminal.Rect.IsEmpty*"></a>
  318. <h4 id="Terminal_Rect_IsEmpty" data-uid="Terminal.Rect.IsEmpty">IsEmpty</h4>
  319. <div class="markdown level1 summary"><p>IsEmpty Property</p>
  320. </div>
  321. <div class="markdown level1 conceptual"></div>
  322. <h5 class="decalaration">Declaration</h5>
  323. <div class="codewrapper">
  324. <pre><code class="lang-csharp hljs">public bool IsEmpty { get; }</code></pre>
  325. </div>
  326. <h5 class="propertyValue">Property Value</h5>
  327. <table class="table table-bordered table-striped table-condensed">
  328. <thead>
  329. <tr>
  330. <th>Type</th>
  331. <th>Description</th>
  332. </tr>
  333. </thead>
  334. <tbody>
  335. <tr>
  336. <td><span class="xref">System.Boolean</span></td>
  337. <td><p>To be added.</p>
  338. </td>
  339. </tr>
  340. </tbody>
  341. </table>
  342. <h5 id="Terminal_Rect_IsEmpty_remarks">Remarks</h5>
  343. <div class="markdown level1 remarks"><p>Indicates if the width or height are zero. Read only.</p>
  344. </div>
  345. <a id="Terminal_Rect_Left_" data-uid="Terminal.Rect.Left*"></a>
  346. <h4 id="Terminal_Rect_Left" data-uid="Terminal.Rect.Left">Left</h4>
  347. <div class="markdown level1 summary"><p>Left Property</p>
  348. </div>
  349. <div class="markdown level1 conceptual"></div>
  350. <h5 class="decalaration">Declaration</h5>
  351. <div class="codewrapper">
  352. <pre><code class="lang-csharp hljs">public int Left { get; }</code></pre>
  353. </div>
  354. <h5 class="propertyValue">Property Value</h5>
  355. <table class="table table-bordered table-striped table-condensed">
  356. <thead>
  357. <tr>
  358. <th>Type</th>
  359. <th>Description</th>
  360. </tr>
  361. </thead>
  362. <tbody>
  363. <tr>
  364. <td><span class="xref">System.Int32</span></td>
  365. <td><p>To be added.</p>
  366. </td>
  367. </tr>
  368. </tbody>
  369. </table>
  370. <h5 id="Terminal_Rect_Left_remarks">Remarks</h5>
  371. <div class="markdown level1 remarks"><p>The X coordinate of the left edge of the Rectangle.
  372. Read only.</p>
  373. </div>
  374. <a id="Terminal_Rect_Location_" data-uid="Terminal.Rect.Location*"></a>
  375. <h4 id="Terminal_Rect_Location" data-uid="Terminal.Rect.Location">Location</h4>
  376. <div class="markdown level1 summary"><p>Location Property</p>
  377. </div>
  378. <div class="markdown level1 conceptual"></div>
  379. <h5 class="decalaration">Declaration</h5>
  380. <div class="codewrapper">
  381. <pre><code class="lang-csharp hljs">public Terminal.Point Location { get; set; }</code></pre>
  382. </div>
  383. <h5 class="propertyValue">Property Value</h5>
  384. <table class="table table-bordered table-striped table-condensed">
  385. <thead>
  386. <tr>
  387. <th>Type</th>
  388. <th>Description</th>
  389. </tr>
  390. </thead>
  391. <tbody>
  392. <tr>
  393. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  394. <td><p>To be added.</p>
  395. </td>
  396. </tr>
  397. </tbody>
  398. </table>
  399. <h5 id="Terminal_Rect_Location_remarks">Remarks</h5>
  400. <div class="markdown level1 remarks"><p>The Location of the top-left corner of the Rectangle.</p>
  401. </div>
  402. <a id="Terminal_Rect_Right_" data-uid="Terminal.Rect.Right*"></a>
  403. <h4 id="Terminal_Rect_Right" data-uid="Terminal.Rect.Right">Right</h4>
  404. <div class="markdown level1 summary"><p>Right Property</p>
  405. </div>
  406. <div class="markdown level1 conceptual"></div>
  407. <h5 class="decalaration">Declaration</h5>
  408. <div class="codewrapper">
  409. <pre><code class="lang-csharp hljs">public int Right { get; }</code></pre>
  410. </div>
  411. <h5 class="propertyValue">Property Value</h5>
  412. <table class="table table-bordered table-striped table-condensed">
  413. <thead>
  414. <tr>
  415. <th>Type</th>
  416. <th>Description</th>
  417. </tr>
  418. </thead>
  419. <tbody>
  420. <tr>
  421. <td><span class="xref">System.Int32</span></td>
  422. <td><p>To be added.</p>
  423. </td>
  424. </tr>
  425. </tbody>
  426. </table>
  427. <h5 id="Terminal_Rect_Right_remarks">Remarks</h5>
  428. <div class="markdown level1 remarks"><p>The X coordinate of the right edge of the Rectangle.
  429. Read only.</p>
  430. </div>
  431. <a id="Terminal_Rect_Size_" data-uid="Terminal.Rect.Size*"></a>
  432. <h4 id="Terminal_Rect_Size" data-uid="Terminal.Rect.Size">Size</h4>
  433. <div class="markdown level1 summary"><p>Size Property</p>
  434. </div>
  435. <div class="markdown level1 conceptual"></div>
  436. <h5 class="decalaration">Declaration</h5>
  437. <div class="codewrapper">
  438. <pre><code class="lang-csharp hljs">public Terminal.Size Size { get; set; }</code></pre>
  439. </div>
  440. <h5 class="propertyValue">Property Value</h5>
  441. <table class="table table-bordered table-striped table-condensed">
  442. <thead>
  443. <tr>
  444. <th>Type</th>
  445. <th>Description</th>
  446. </tr>
  447. </thead>
  448. <tbody>
  449. <tr>
  450. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  451. <td><p>To be added.</p>
  452. </td>
  453. </tr>
  454. </tbody>
  455. </table>
  456. <h5 id="Terminal_Rect_Size_remarks">Remarks</h5>
  457. <div class="markdown level1 remarks"><p>The Size of the Rectangle.</p>
  458. </div>
  459. <a id="Terminal_Rect_Top_" data-uid="Terminal.Rect.Top*"></a>
  460. <h4 id="Terminal_Rect_Top" data-uid="Terminal.Rect.Top">Top</h4>
  461. <div class="markdown level1 summary"><p>Top Property</p>
  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 int Top { get; }</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.Int32</span></td>
  479. <td><p>To be added.</p>
  480. </td>
  481. </tr>
  482. </tbody>
  483. </table>
  484. <h5 id="Terminal_Rect_Top_remarks">Remarks</h5>
  485. <div class="markdown level1 remarks"><p>The Y coordinate of the top edge of the Rectangle.
  486. Read only.</p>
  487. </div>
  488. <h3 id="methods">Methods
  489. </h3>
  490. <a id="Terminal_Rect_Contains_" data-uid="Terminal.Rect.Contains*"></a>
  491. <h4 id="Terminal_Rect_Contains_Terminal_Point_" data-uid="Terminal.Rect.Contains(Terminal.Point)">Contains(Point)</h4>
  492. <div class="markdown level1 summary"><p>Contains Method</p>
  493. </div>
  494. <div class="markdown level1 conceptual"></div>
  495. <h5 class="decalaration">Declaration</h5>
  496. <div class="codewrapper">
  497. <pre><code class="lang-csharp hljs">public bool Contains (Terminal.Point pt);</code></pre>
  498. </div>
  499. <h5 class="parameters">Parameters</h5>
  500. <table class="table table-bordered table-striped table-condensed">
  501. <thead>
  502. <tr>
  503. <th>Type</th>
  504. <th>Name</th>
  505. <th>Description</th>
  506. </tr>
  507. </thead>
  508. <tbody>
  509. <tr>
  510. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  511. <td><span class="parametername">pt</span></td>
  512. <td><p>To be added.</p>
  513. </td>
  514. </tr>
  515. </tbody>
  516. </table>
  517. <h5 class="returns">Returns</h5>
  518. <table class="table table-bordered table-striped table-condensed">
  519. <thead>
  520. <tr>
  521. <th>Type</th>
  522. <th>Description</th>
  523. </tr>
  524. </thead>
  525. <tbody>
  526. <tr>
  527. <td><span class="xref">System.Boolean</span></td>
  528. <td><p>To be added.</p>
  529. </td>
  530. </tr>
  531. </tbody>
  532. </table>
  533. <h5 id="Terminal_Rect_Contains_Terminal_Point__remarks">Remarks</h5>
  534. <div class="markdown level1 remarks"><p>Checks if a Point lies within this Rectangle.</p>
  535. </div>
  536. <a id="Terminal_Rect_Contains_" data-uid="Terminal.Rect.Contains*"></a>
  537. <h4 id="Terminal_Rect_Contains_Terminal_Rect_" data-uid="Terminal.Rect.Contains(Terminal.Rect)">Contains(Rect)</h4>
  538. <div class="markdown level1 summary"><p>Contains Method</p>
  539. </div>
  540. <div class="markdown level1 conceptual"></div>
  541. <h5 class="decalaration">Declaration</h5>
  542. <div class="codewrapper">
  543. <pre><code class="lang-csharp hljs">public bool Contains (Terminal.Rect rect);</code></pre>
  544. </div>
  545. <h5 class="parameters">Parameters</h5>
  546. <table class="table table-bordered table-striped table-condensed">
  547. <thead>
  548. <tr>
  549. <th>Type</th>
  550. <th>Name</th>
  551. <th>Description</th>
  552. </tr>
  553. </thead>
  554. <tbody>
  555. <tr>
  556. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  557. <td><span class="parametername">rect</span></td>
  558. <td><p>To be added.</p>
  559. </td>
  560. </tr>
  561. </tbody>
  562. </table>
  563. <h5 class="returns">Returns</h5>
  564. <table class="table table-bordered table-striped table-condensed">
  565. <thead>
  566. <tr>
  567. <th>Type</th>
  568. <th>Description</th>
  569. </tr>
  570. </thead>
  571. <tbody>
  572. <tr>
  573. <td><span class="xref">System.Boolean</span></td>
  574. <td><p>To be added.</p>
  575. </td>
  576. </tr>
  577. </tbody>
  578. </table>
  579. <h5 id="Terminal_Rect_Contains_Terminal_Rect__remarks">Remarks</h5>
  580. <div class="markdown level1 remarks"><p>Checks if a Rectangle lies entirely within this
  581. Rectangle.</p>
  582. </div>
  583. <a id="Terminal_Rect_Contains_" data-uid="Terminal.Rect.Contains*"></a>
  584. <h4 id="Terminal_Rect_Contains_System_Int32_System_Int32_" data-uid="Terminal.Rect.Contains(System.Int32,System.Int32)">Contains(Int32, Int32)</h4>
  585. <div class="markdown level1 summary"><p>Contains Method</p>
  586. </div>
  587. <div class="markdown level1 conceptual"></div>
  588. <h5 class="decalaration">Declaration</h5>
  589. <div class="codewrapper">
  590. <pre><code class="lang-csharp hljs">public bool Contains (int x, int y);</code></pre>
  591. </div>
  592. <h5 class="parameters">Parameters</h5>
  593. <table class="table table-bordered table-striped table-condensed">
  594. <thead>
  595. <tr>
  596. <th>Type</th>
  597. <th>Name</th>
  598. <th>Description</th>
  599. </tr>
  600. </thead>
  601. <tbody>
  602. <tr>
  603. <td><span class="xref">System.Int32</span></td>
  604. <td><span class="parametername">x</span></td>
  605. <td><p>To be added.</p>
  606. </td>
  607. </tr>
  608. <tr>
  609. <td><span class="xref">System.Int32</span></td>
  610. <td><span class="parametername">y</span></td>
  611. <td><p>To be added.</p>
  612. </td>
  613. </tr>
  614. </tbody>
  615. </table>
  616. <h5 class="returns">Returns</h5>
  617. <table class="table table-bordered table-striped table-condensed">
  618. <thead>
  619. <tr>
  620. <th>Type</th>
  621. <th>Description</th>
  622. </tr>
  623. </thead>
  624. <tbody>
  625. <tr>
  626. <td><span class="xref">System.Boolean</span></td>
  627. <td><p>To be added.</p>
  628. </td>
  629. </tr>
  630. </tbody>
  631. </table>
  632. <h5 id="Terminal_Rect_Contains_System_Int32_System_Int32__remarks">Remarks</h5>
  633. <div class="markdown level1 remarks"><p>Checks if an x,y coordinate lies within this Rectangle.</p>
  634. </div>
  635. <a id="Terminal_Rect_Equals_" data-uid="Terminal.Rect.Equals*"></a>
  636. <h4 id="Terminal_Rect_Equals_System_Object_" data-uid="Terminal.Rect.Equals(System.Object)">Equals(Object)</h4>
  637. <div class="markdown level1 summary"><p>Equals Method</p>
  638. </div>
  639. <div class="markdown level1 conceptual"></div>
  640. <h5 class="decalaration">Declaration</h5>
  641. <div class="codewrapper">
  642. <pre><code class="lang-csharp hljs">public override bool Equals (object obj);</code></pre>
  643. </div>
  644. <h5 class="parameters">Parameters</h5>
  645. <table class="table table-bordered table-striped table-condensed">
  646. <thead>
  647. <tr>
  648. <th>Type</th>
  649. <th>Name</th>
  650. <th>Description</th>
  651. </tr>
  652. </thead>
  653. <tbody>
  654. <tr>
  655. <td><span class="xref">System.Object</span></td>
  656. <td><span class="parametername">obj</span></td>
  657. <td><p>To be added.</p>
  658. </td>
  659. </tr>
  660. </tbody>
  661. </table>
  662. <h5 class="returns">Returns</h5>
  663. <table class="table table-bordered table-striped table-condensed">
  664. <thead>
  665. <tr>
  666. <th>Type</th>
  667. <th>Description</th>
  668. </tr>
  669. </thead>
  670. <tbody>
  671. <tr>
  672. <td><span class="xref">System.Boolean</span></td>
  673. <td><p>To be added.</p>
  674. </td>
  675. </tr>
  676. </tbody>
  677. </table>
  678. <h5 id="Terminal_Rect_Equals_System_Object__remarks">Remarks</h5>
  679. <div class="markdown level1 remarks"><p>Checks equivalence of this Rectangle and another object.</p>
  680. </div>
  681. <a id="Terminal_Rect_FromLTRB_" data-uid="Terminal.Rect.FromLTRB*"></a>
  682. <h4 id="Terminal_Rect_FromLTRB_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Terminal.Rect.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)">FromLTRB(Int32, Int32, Int32, Int32)</h4>
  683. <div class="markdown level1 summary"><p>FromLTRB Shared Method</p>
  684. </div>
  685. <div class="markdown level1 conceptual"></div>
  686. <h5 class="decalaration">Declaration</h5>
  687. <div class="codewrapper">
  688. <pre><code class="lang-csharp hljs">public static Terminal.Rect FromLTRB (int left, int top, int right, int bottom);</code></pre>
  689. </div>
  690. <h5 class="parameters">Parameters</h5>
  691. <table class="table table-bordered table-striped table-condensed">
  692. <thead>
  693. <tr>
  694. <th>Type</th>
  695. <th>Name</th>
  696. <th>Description</th>
  697. </tr>
  698. </thead>
  699. <tbody>
  700. <tr>
  701. <td><span class="xref">System.Int32</span></td>
  702. <td><span class="parametername">left</span></td>
  703. <td><p>To be added.</p>
  704. </td>
  705. </tr>
  706. <tr>
  707. <td><span class="xref">System.Int32</span></td>
  708. <td><span class="parametername">top</span></td>
  709. <td><p>To be added.</p>
  710. </td>
  711. </tr>
  712. <tr>
  713. <td><span class="xref">System.Int32</span></td>
  714. <td><span class="parametername">right</span></td>
  715. <td><p>To be added.</p>
  716. </td>
  717. </tr>
  718. <tr>
  719. <td><span class="xref">System.Int32</span></td>
  720. <td><span class="parametername">bottom</span></td>
  721. <td><p>To be added.</p>
  722. </td>
  723. </tr>
  724. </tbody>
  725. </table>
  726. <h5 class="returns">Returns</h5>
  727. <table class="table table-bordered table-striped table-condensed">
  728. <thead>
  729. <tr>
  730. <th>Type</th>
  731. <th>Description</th>
  732. </tr>
  733. </thead>
  734. <tbody>
  735. <tr>
  736. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  737. <td><p>To be added.</p>
  738. </td>
  739. </tr>
  740. </tbody>
  741. </table>
  742. <h5 id="Terminal_Rect_FromLTRB_System_Int32_System_Int32_System_Int32_System_Int32__remarks">Remarks</h5>
  743. <div class="markdown level1 remarks"><p>Produces a Rectangle structure from left, top, right
  744. and bottom coordinates.</p>
  745. </div>
  746. <a id="Terminal_Rect_GetHashCode_" data-uid="Terminal.Rect.GetHashCode*"></a>
  747. <h4 id="Terminal_Rect_GetHashCode" data-uid="Terminal.Rect.GetHashCode">GetHashCode()</h4>
  748. <div class="markdown level1 summary"><p>GetHashCode Method</p>
  749. </div>
  750. <div class="markdown level1 conceptual"></div>
  751. <h5 class="decalaration">Declaration</h5>
  752. <div class="codewrapper">
  753. <pre><code class="lang-csharp hljs">public override int GetHashCode ();</code></pre>
  754. </div>
  755. <h5 class="returns">Returns</h5>
  756. <table class="table table-bordered table-striped table-condensed">
  757. <thead>
  758. <tr>
  759. <th>Type</th>
  760. <th>Description</th>
  761. </tr>
  762. </thead>
  763. <tbody>
  764. <tr>
  765. <td><span class="xref">System.Int32</span></td>
  766. <td><p>To be added.</p>
  767. </td>
  768. </tr>
  769. </tbody>
  770. </table>
  771. <h5 id="Terminal_Rect_GetHashCode_remarks">Remarks</h5>
  772. <div class="markdown level1 remarks"><p>Calculates a hashing value.</p>
  773. </div>
  774. <a id="Terminal_Rect_Inflate_" data-uid="Terminal.Rect.Inflate*"></a>
  775. <h4 id="Terminal_Rect_Inflate_Terminal_Size_" data-uid="Terminal.Rect.Inflate(Terminal.Size)">Inflate(Size)</h4>
  776. <div class="markdown level1 summary"><p>Inflate Method</p>
  777. </div>
  778. <div class="markdown level1 conceptual"></div>
  779. <h5 class="decalaration">Declaration</h5>
  780. <div class="codewrapper">
  781. <pre><code class="lang-csharp hljs">public void Inflate (Terminal.Size size);</code></pre>
  782. </div>
  783. <h5 class="parameters">Parameters</h5>
  784. <table class="table table-bordered table-striped table-condensed">
  785. <thead>
  786. <tr>
  787. <th>Type</th>
  788. <th>Name</th>
  789. <th>Description</th>
  790. </tr>
  791. </thead>
  792. <tbody>
  793. <tr>
  794. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  795. <td><span class="parametername">size</span></td>
  796. <td><p>To be added.</p>
  797. </td>
  798. </tr>
  799. </tbody>
  800. </table>
  801. <h5 id="Terminal_Rect_Inflate_Terminal_Size__remarks">Remarks</h5>
  802. <div class="markdown level1 remarks"><p>Inflates the Rectangle by a specified Size.</p>
  803. </div>
  804. <a id="Terminal_Rect_Inflate_" data-uid="Terminal.Rect.Inflate*"></a>
  805. <h4 id="Terminal_Rect_Inflate_System_Int32_System_Int32_" data-uid="Terminal.Rect.Inflate(System.Int32,System.Int32)">Inflate(Int32, Int32)</h4>
  806. <div class="markdown level1 summary"><p>Inflate Method</p>
  807. </div>
  808. <div class="markdown level1 conceptual"></div>
  809. <h5 class="decalaration">Declaration</h5>
  810. <div class="codewrapper">
  811. <pre><code class="lang-csharp hljs">public void Inflate (int width, int height);</code></pre>
  812. </div>
  813. <h5 class="parameters">Parameters</h5>
  814. <table class="table table-bordered table-striped table-condensed">
  815. <thead>
  816. <tr>
  817. <th>Type</th>
  818. <th>Name</th>
  819. <th>Description</th>
  820. </tr>
  821. </thead>
  822. <tbody>
  823. <tr>
  824. <td><span class="xref">System.Int32</span></td>
  825. <td><span class="parametername">width</span></td>
  826. <td><p>To be added.</p>
  827. </td>
  828. </tr>
  829. <tr>
  830. <td><span class="xref">System.Int32</span></td>
  831. <td><span class="parametername">height</span></td>
  832. <td><p>To be added.</p>
  833. </td>
  834. </tr>
  835. </tbody>
  836. </table>
  837. <h5 id="Terminal_Rect_Inflate_System_Int32_System_Int32__remarks">Remarks</h5>
  838. <div class="markdown level1 remarks"><p>Inflates the Rectangle by a specified width and height.</p>
  839. </div>
  840. <a id="Terminal_Rect_Inflate_" data-uid="Terminal.Rect.Inflate*"></a>
  841. <h4 id="Terminal_Rect_Inflate_Terminal_Rect_System_Int32_System_Int32_" data-uid="Terminal.Rect.Inflate(Terminal.Rect,System.Int32,System.Int32)">Inflate(Rect, Int32, Int32)</h4>
  842. <div class="markdown level1 summary"><p>Inflate Shared Method</p>
  843. </div>
  844. <div class="markdown level1 conceptual"></div>
  845. <h5 class="decalaration">Declaration</h5>
  846. <div class="codewrapper">
  847. <pre><code class="lang-csharp hljs">public static Terminal.Rect Inflate (Terminal.Rect rect, int x, int y);</code></pre>
  848. </div>
  849. <h5 class="parameters">Parameters</h5>
  850. <table class="table table-bordered table-striped table-condensed">
  851. <thead>
  852. <tr>
  853. <th>Type</th>
  854. <th>Name</th>
  855. <th>Description</th>
  856. </tr>
  857. </thead>
  858. <tbody>
  859. <tr>
  860. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  861. <td><span class="parametername">rect</span></td>
  862. <td><p>To be added.</p>
  863. </td>
  864. </tr>
  865. <tr>
  866. <td><span class="xref">System.Int32</span></td>
  867. <td><span class="parametername">x</span></td>
  868. <td><p>To be added.</p>
  869. </td>
  870. </tr>
  871. <tr>
  872. <td><span class="xref">System.Int32</span></td>
  873. <td><span class="parametername">y</span></td>
  874. <td><p>To be added.</p>
  875. </td>
  876. </tr>
  877. </tbody>
  878. </table>
  879. <h5 class="returns">Returns</h5>
  880. <table class="table table-bordered table-striped table-condensed">
  881. <thead>
  882. <tr>
  883. <th>Type</th>
  884. <th>Description</th>
  885. </tr>
  886. </thead>
  887. <tbody>
  888. <tr>
  889. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  890. <td><p>To be added.</p>
  891. </td>
  892. </tr>
  893. </tbody>
  894. </table>
  895. <h5 id="Terminal_Rect_Inflate_Terminal_Rect_System_Int32_System_Int32__remarks">Remarks</h5>
  896. <div class="markdown level1 remarks"><p>Produces a new Rectangle by inflating an existing
  897. Rectangle by the specified coordinate values.</p>
  898. </div>
  899. <a id="Terminal_Rect_Intersect_" data-uid="Terminal.Rect.Intersect*"></a>
  900. <h4 id="Terminal_Rect_Intersect_Terminal_Rect_Terminal_Rect_" data-uid="Terminal.Rect.Intersect(Terminal.Rect,Terminal.Rect)">Intersect(Rect, Rect)</h4>
  901. <div class="markdown level1 summary"><p>Intersect Shared Method</p>
  902. </div>
  903. <div class="markdown level1 conceptual"></div>
  904. <h5 class="decalaration">Declaration</h5>
  905. <div class="codewrapper">
  906. <pre><code class="lang-csharp hljs">public static Terminal.Rect Intersect (Terminal.Rect a, Terminal.Rect b);</code></pre>
  907. </div>
  908. <h5 class="parameters">Parameters</h5>
  909. <table class="table table-bordered table-striped table-condensed">
  910. <thead>
  911. <tr>
  912. <th>Type</th>
  913. <th>Name</th>
  914. <th>Description</th>
  915. </tr>
  916. </thead>
  917. <tbody>
  918. <tr>
  919. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  920. <td><span class="parametername">a</span></td>
  921. <td><p>To be added.</p>
  922. </td>
  923. </tr>
  924. <tr>
  925. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  926. <td><span class="parametername">b</span></td>
  927. <td><p>To be added.</p>
  928. </td>
  929. </tr>
  930. </tbody>
  931. </table>
  932. <h5 class="returns">Returns</h5>
  933. <table class="table table-bordered table-striped table-condensed">
  934. <thead>
  935. <tr>
  936. <th>Type</th>
  937. <th>Description</th>
  938. </tr>
  939. </thead>
  940. <tbody>
  941. <tr>
  942. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  943. <td><p>To be added.</p>
  944. </td>
  945. </tr>
  946. </tbody>
  947. </table>
  948. <h5 id="Terminal_Rect_Intersect_Terminal_Rect_Terminal_Rect__remarks">Remarks</h5>
  949. <div class="markdown level1 remarks"><p>Produces a new Rectangle by intersecting 2 existing
  950. Rectangles. Returns null if there is no intersection.</p>
  951. </div>
  952. <a id="Terminal_Rect_Intersect_" data-uid="Terminal.Rect.Intersect*"></a>
  953. <h4 id="Terminal_Rect_Intersect_Terminal_Rect_" data-uid="Terminal.Rect.Intersect(Terminal.Rect)">Intersect(Rect)</h4>
  954. <div class="markdown level1 summary"><p>Intersect Method</p>
  955. </div>
  956. <div class="markdown level1 conceptual"></div>
  957. <h5 class="decalaration">Declaration</h5>
  958. <div class="codewrapper">
  959. <pre><code class="lang-csharp hljs">public void Intersect (Terminal.Rect rect);</code></pre>
  960. </div>
  961. <h5 class="parameters">Parameters</h5>
  962. <table class="table table-bordered table-striped table-condensed">
  963. <thead>
  964. <tr>
  965. <th>Type</th>
  966. <th>Name</th>
  967. <th>Description</th>
  968. </tr>
  969. </thead>
  970. <tbody>
  971. <tr>
  972. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  973. <td><span class="parametername">rect</span></td>
  974. <td><p>To be added.</p>
  975. </td>
  976. </tr>
  977. </tbody>
  978. </table>
  979. <h5 id="Terminal_Rect_Intersect_Terminal_Rect__remarks">Remarks</h5>
  980. <div class="markdown level1 remarks"><p>Replaces the Rectangle with the intersection of itself
  981. and another Rectangle.</p>
  982. </div>
  983. <a id="Terminal_Rect_IntersectsWith_" data-uid="Terminal.Rect.IntersectsWith*"></a>
  984. <h4 id="Terminal_Rect_IntersectsWith_Terminal_Rect_" data-uid="Terminal.Rect.IntersectsWith(Terminal.Rect)">IntersectsWith(Rect)</h4>
  985. <div class="markdown level1 summary"><p>IntersectsWith Method</p>
  986. </div>
  987. <div class="markdown level1 conceptual"></div>
  988. <h5 class="decalaration">Declaration</h5>
  989. <div class="codewrapper">
  990. <pre><code class="lang-csharp hljs">public bool IntersectsWith (Terminal.Rect rect);</code></pre>
  991. </div>
  992. <h5 class="parameters">Parameters</h5>
  993. <table class="table table-bordered table-striped table-condensed">
  994. <thead>
  995. <tr>
  996. <th>Type</th>
  997. <th>Name</th>
  998. <th>Description</th>
  999. </tr>
  1000. </thead>
  1001. <tbody>
  1002. <tr>
  1003. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1004. <td><span class="parametername">rect</span></td>
  1005. <td><p>To be added.</p>
  1006. </td>
  1007. </tr>
  1008. </tbody>
  1009. </table>
  1010. <h5 class="returns">Returns</h5>
  1011. <table class="table table-bordered table-striped table-condensed">
  1012. <thead>
  1013. <tr>
  1014. <th>Type</th>
  1015. <th>Description</th>
  1016. </tr>
  1017. </thead>
  1018. <tbody>
  1019. <tr>
  1020. <td><span class="xref">System.Boolean</span></td>
  1021. <td><p>To be added.</p>
  1022. </td>
  1023. </tr>
  1024. </tbody>
  1025. </table>
  1026. <h5 id="Terminal_Rect_IntersectsWith_Terminal_Rect__remarks">Remarks</h5>
  1027. <div class="markdown level1 remarks"><p>Checks if a Rectangle intersects with this one.</p>
  1028. </div>
  1029. <a id="Terminal_Rect_Offset_" data-uid="Terminal.Rect.Offset*"></a>
  1030. <h4 id="Terminal_Rect_Offset_Terminal_Point_" data-uid="Terminal.Rect.Offset(Terminal.Point)">Offset(Point)</h4>
  1031. <div class="markdown level1 summary"><p>Offset Method</p>
  1032. </div>
  1033. <div class="markdown level1 conceptual"></div>
  1034. <h5 class="decalaration">Declaration</h5>
  1035. <div class="codewrapper">
  1036. <pre><code class="lang-csharp hljs">public void Offset (Terminal.Point pos);</code></pre>
  1037. </div>
  1038. <h5 class="parameters">Parameters</h5>
  1039. <table class="table table-bordered table-striped table-condensed">
  1040. <thead>
  1041. <tr>
  1042. <th>Type</th>
  1043. <th>Name</th>
  1044. <th>Description</th>
  1045. </tr>
  1046. </thead>
  1047. <tbody>
  1048. <tr>
  1049. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  1050. <td><span class="parametername">pos</span></td>
  1051. <td><p>To be added.</p>
  1052. </td>
  1053. </tr>
  1054. </tbody>
  1055. </table>
  1056. <h5 id="Terminal_Rect_Offset_Terminal_Point__remarks">Remarks</h5>
  1057. <div class="markdown level1 remarks"><p>Moves the Rectangle a specified distance.</p>
  1058. </div>
  1059. <a id="Terminal_Rect_Offset_" data-uid="Terminal.Rect.Offset*"></a>
  1060. <h4 id="Terminal_Rect_Offset_System_Int32_System_Int32_" data-uid="Terminal.Rect.Offset(System.Int32,System.Int32)">Offset(Int32, Int32)</h4>
  1061. <div class="markdown level1 summary"><p>Offset Method</p>
  1062. </div>
  1063. <div class="markdown level1 conceptual"></div>
  1064. <h5 class="decalaration">Declaration</h5>
  1065. <div class="codewrapper">
  1066. <pre><code class="lang-csharp hljs">public void Offset (int x, int y);</code></pre>
  1067. </div>
  1068. <h5 class="parameters">Parameters</h5>
  1069. <table class="table table-bordered table-striped table-condensed">
  1070. <thead>
  1071. <tr>
  1072. <th>Type</th>
  1073. <th>Name</th>
  1074. <th>Description</th>
  1075. </tr>
  1076. </thead>
  1077. <tbody>
  1078. <tr>
  1079. <td><span class="xref">System.Int32</span></td>
  1080. <td><span class="parametername">x</span></td>
  1081. <td><p>To be added.</p>
  1082. </td>
  1083. </tr>
  1084. <tr>
  1085. <td><span class="xref">System.Int32</span></td>
  1086. <td><span class="parametername">y</span></td>
  1087. <td><p>To be added.</p>
  1088. </td>
  1089. </tr>
  1090. </tbody>
  1091. </table>
  1092. <h5 id="Terminal_Rect_Offset_System_Int32_System_Int32__remarks">Remarks</h5>
  1093. <div class="markdown level1 remarks"><p>Moves the Rectangle a specified distance.</p>
  1094. </div>
  1095. <a id="Terminal_Rect_ToString_" data-uid="Terminal.Rect.ToString*"></a>
  1096. <h4 id="Terminal_Rect_ToString" data-uid="Terminal.Rect.ToString">ToString()</h4>
  1097. <div class="markdown level1 summary"><p>ToString Method</p>
  1098. </div>
  1099. <div class="markdown level1 conceptual"></div>
  1100. <h5 class="decalaration">Declaration</h5>
  1101. <div class="codewrapper">
  1102. <pre><code class="lang-csharp hljs">public override string ToString ();</code></pre>
  1103. </div>
  1104. <h5 class="returns">Returns</h5>
  1105. <table class="table table-bordered table-striped table-condensed">
  1106. <thead>
  1107. <tr>
  1108. <th>Type</th>
  1109. <th>Description</th>
  1110. </tr>
  1111. </thead>
  1112. <tbody>
  1113. <tr>
  1114. <td><span class="xref">System.String</span></td>
  1115. <td><p>To be added.</p>
  1116. </td>
  1117. </tr>
  1118. </tbody>
  1119. </table>
  1120. <h5 id="Terminal_Rect_ToString_remarks">Remarks</h5>
  1121. <div class="markdown level1 remarks"><p>Formats the Rectangle as a string in (x,y,w,h) notation.</p>
  1122. </div>
  1123. <a id="Terminal_Rect_Union_" data-uid="Terminal.Rect.Union*"></a>
  1124. <h4 id="Terminal_Rect_Union_Terminal_Rect_Terminal_Rect_" data-uid="Terminal.Rect.Union(Terminal.Rect,Terminal.Rect)">Union(Rect, Rect)</h4>
  1125. <div class="markdown level1 summary"><p>Union Shared Method</p>
  1126. </div>
  1127. <div class="markdown level1 conceptual"></div>
  1128. <h5 class="decalaration">Declaration</h5>
  1129. <div class="codewrapper">
  1130. <pre><code class="lang-csharp hljs">public static Terminal.Rect Union (Terminal.Rect a, Terminal.Rect b);</code></pre>
  1131. </div>
  1132. <h5 class="parameters">Parameters</h5>
  1133. <table class="table table-bordered table-striped table-condensed">
  1134. <thead>
  1135. <tr>
  1136. <th>Type</th>
  1137. <th>Name</th>
  1138. <th>Description</th>
  1139. </tr>
  1140. </thead>
  1141. <tbody>
  1142. <tr>
  1143. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1144. <td><span class="parametername">a</span></td>
  1145. <td><p>To be added.</p>
  1146. </td>
  1147. </tr>
  1148. <tr>
  1149. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1150. <td><span class="parametername">b</span></td>
  1151. <td><p>To be added.</p>
  1152. </td>
  1153. </tr>
  1154. </tbody>
  1155. </table>
  1156. <h5 class="returns">Returns</h5>
  1157. <table class="table table-bordered table-striped table-condensed">
  1158. <thead>
  1159. <tr>
  1160. <th>Type</th>
  1161. <th>Description</th>
  1162. </tr>
  1163. </thead>
  1164. <tbody>
  1165. <tr>
  1166. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1167. <td><p>To be added.</p>
  1168. </td>
  1169. </tr>
  1170. </tbody>
  1171. </table>
  1172. <h5 id="Terminal_Rect_Union_Terminal_Rect_Terminal_Rect__remarks">Remarks</h5>
  1173. <div class="markdown level1 remarks"><p>Produces a new Rectangle from the union of 2 existing
  1174. Rectangles.</p>
  1175. </div>
  1176. <h3 id="operators">Operators
  1177. </h3>
  1178. <a id="Terminal_Rect_op_Equality_" data-uid="Terminal.Rect.op_Equality*"></a>
  1179. <h4 id="Terminal_Rect_op_Equality_Terminal_Rect_Terminal_Rect_" data-uid="Terminal.Rect.op_Equality(Terminal.Rect,Terminal.Rect)">op_Equality(Rect, Rect)</h4>
  1180. <div class="markdown level1 summary"><p>Equality Operator</p>
  1181. </div>
  1182. <div class="markdown level1 conceptual"></div>
  1183. <h5 class="decalaration">Declaration</h5>
  1184. <div class="codewrapper">
  1185. <pre><code class="lang-csharp hljs">public static bool op_Equality (Terminal.Rect left, Terminal.Rect right);</code></pre>
  1186. </div>
  1187. <h5 class="parameters">Parameters</h5>
  1188. <table class="table table-bordered table-striped table-condensed">
  1189. <thead>
  1190. <tr>
  1191. <th>Type</th>
  1192. <th>Name</th>
  1193. <th>Description</th>
  1194. </tr>
  1195. </thead>
  1196. <tbody>
  1197. <tr>
  1198. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1199. <td><span class="parametername">left</span></td>
  1200. <td><p>To be added.</p>
  1201. </td>
  1202. </tr>
  1203. <tr>
  1204. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1205. <td><span class="parametername">right</span></td>
  1206. <td><p>To be added.</p>
  1207. </td>
  1208. </tr>
  1209. </tbody>
  1210. </table>
  1211. <h5 class="returns">Returns</h5>
  1212. <table class="table table-bordered table-striped table-condensed">
  1213. <thead>
  1214. <tr>
  1215. <th>Type</th>
  1216. <th>Description</th>
  1217. </tr>
  1218. </thead>
  1219. <tbody>
  1220. <tr>
  1221. <td><span class="xref">System.Boolean</span></td>
  1222. <td><p>To be added.</p>
  1223. </td>
  1224. </tr>
  1225. </tbody>
  1226. </table>
  1227. <h5 id="Terminal_Rect_op_Equality_Terminal_Rect_Terminal_Rect__remarks">Remarks</h5>
  1228. <div class="markdown level1 remarks"><p>Compares two Rectangle objects. The return value is
  1229. based on the equivalence of the Location and Size
  1230. properties of the two Rectangles.</p>
  1231. </div>
  1232. <a id="Terminal_Rect_op_Inequality_" data-uid="Terminal.Rect.op_Inequality*"></a>
  1233. <h4 id="Terminal_Rect_op_Inequality_Terminal_Rect_Terminal_Rect_" data-uid="Terminal.Rect.op_Inequality(Terminal.Rect,Terminal.Rect)">op_Inequality(Rect, Rect)</h4>
  1234. <div class="markdown level1 summary"><p>Inequality Operator</p>
  1235. </div>
  1236. <div class="markdown level1 conceptual"></div>
  1237. <h5 class="decalaration">Declaration</h5>
  1238. <div class="codewrapper">
  1239. <pre><code class="lang-csharp hljs">public static bool op_Inequality (Terminal.Rect left, Terminal.Rect right);</code></pre>
  1240. </div>
  1241. <h5 class="parameters">Parameters</h5>
  1242. <table class="table table-bordered table-striped table-condensed">
  1243. <thead>
  1244. <tr>
  1245. <th>Type</th>
  1246. <th>Name</th>
  1247. <th>Description</th>
  1248. </tr>
  1249. </thead>
  1250. <tbody>
  1251. <tr>
  1252. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1253. <td><span class="parametername">left</span></td>
  1254. <td><p>To be added.</p>
  1255. </td>
  1256. </tr>
  1257. <tr>
  1258. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1259. <td><span class="parametername">right</span></td>
  1260. <td><p>To be added.</p>
  1261. </td>
  1262. </tr>
  1263. </tbody>
  1264. </table>
  1265. <h5 class="returns">Returns</h5>
  1266. <table class="table table-bordered table-striped table-condensed">
  1267. <thead>
  1268. <tr>
  1269. <th>Type</th>
  1270. <th>Description</th>
  1271. </tr>
  1272. </thead>
  1273. <tbody>
  1274. <tr>
  1275. <td><span class="xref">System.Boolean</span></td>
  1276. <td><p>To be added.</p>
  1277. </td>
  1278. </tr>
  1279. </tbody>
  1280. </table>
  1281. <h5 id="Terminal_Rect_op_Inequality_Terminal_Rect_Terminal_Rect__remarks">Remarks</h5>
  1282. <div class="markdown level1 remarks"><p>Compares two Rectangle objects. The return value is
  1283. based on the equivalence of the Location and Size
  1284. properties of the two Rectangles.</p>
  1285. </div>
  1286. </article>
  1287. </div>
  1288. <div class="hidden-sm col-md-2" role="complementary">
  1289. <div class="sideaffix">
  1290. <div class="contribution">
  1291. <ul class="nav">
  1292. </ul>
  1293. </div>
  1294. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1295. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  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>Copyright © 2015-2017 Microsoft<br>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>