Terminal.Size.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  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 Size
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct Size
  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.Size">
  63. <h1 id="Terminal_Size" data-uid="Terminal.Size">Struct Size
  64. </h1>
  65. <div class="markdown level0 summary"><p>Stores an ordered pair of integers, which specify a Height and Width.</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_Size_syntax">Syntax</h5>
  71. <div class="codewrapper">
  72. <pre><code class="lang-csharp hljs">public struct Size</code></pre>
  73. </div>
  74. <h3 id="constructors">Constructors
  75. </h3>
  76. <a id="Terminal_Size__ctor_" data-uid="Terminal.Size.#ctor*"></a>
  77. <h4 id="Terminal_Size__ctor_Terminal_Point_" data-uid="Terminal.Size.#ctor(Terminal.Point)">Size(Point)</h4>
  78. <div class="markdown level1 summary"><p>Size 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 Size (Terminal.Point pt);</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">pt</span></td>
  98. <td><p>To be added.</p>
  99. </td>
  100. </tr>
  101. </tbody>
  102. </table>
  103. <h5 id="Terminal_Size__ctor_Terminal_Point__remarks">Remarks</h5>
  104. <div class="markdown level1 remarks"><p>Creates a Size from a Point value.</p>
  105. </div>
  106. <a id="Terminal_Size__ctor_" data-uid="Terminal.Size.#ctor*"></a>
  107. <h4 id="Terminal_Size__ctor_System_Int32_System_Int32_" data-uid="Terminal.Size.#ctor(System.Int32,System.Int32)">Size(Int32, Int32)</h4>
  108. <div class="markdown level1 summary"><p>Size Constructor</p>
  109. </div>
  110. <div class="markdown level1 conceptual"></div>
  111. <h5 class="decalaration">Declaration</h5>
  112. <div class="codewrapper">
  113. <pre><code class="lang-csharp hljs">public Size (int width, int height);</code></pre>
  114. </div>
  115. <h5 class="parameters">Parameters</h5>
  116. <table class="table table-bordered table-striped table-condensed">
  117. <thead>
  118. <tr>
  119. <th>Type</th>
  120. <th>Name</th>
  121. <th>Description</th>
  122. </tr>
  123. </thead>
  124. <tbody>
  125. <tr>
  126. <td><span class="xref">System.Int32</span></td>
  127. <td><span class="parametername">width</span></td>
  128. <td><p>To be added.</p>
  129. </td>
  130. </tr>
  131. <tr>
  132. <td><span class="xref">System.Int32</span></td>
  133. <td><span class="parametername">height</span></td>
  134. <td><p>To be added.</p>
  135. </td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. <h5 id="Terminal_Size__ctor_System_Int32_System_Int32__remarks">Remarks</h5>
  140. <div class="markdown level1 remarks"><p>Creates a Size from specified dimensions.</p>
  141. </div>
  142. <h3 id="fields">Fields
  143. </h3>
  144. <h4 id="Terminal_Size_Empty" data-uid="Terminal.Size.Empty">Empty</h4>
  145. <div class="markdown level1 summary"><p>Gets a Size structure that has a Height and Width value of 0.</p>
  146. </div>
  147. <div class="markdown level1 conceptual"></div>
  148. <h5 class="decalaration">Declaration</h5>
  149. <div class="codewrapper">
  150. <pre><code class="lang-csharp hljs">public static readonly Terminal.Size Empty;</code></pre>
  151. </div>
  152. <h5 class="fieldValue">Field Value</h5>
  153. <table class="table table-bordered table-striped table-condensed">
  154. <thead>
  155. <tr>
  156. <th>Type</th>
  157. <th>Description</th>
  158. </tr>
  159. </thead>
  160. <tbody>
  161. <tr>
  162. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  163. <td><p>To be added.</p>
  164. </td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. <h3 id="properties">Properties
  169. </h3>
  170. <a id="Terminal_Size_Height_" data-uid="Terminal.Size.Height*"></a>
  171. <h4 id="Terminal_Size_Height" data-uid="Terminal.Size.Height">Height</h4>
  172. <div class="markdown level1 summary"><p>Height Property</p>
  173. </div>
  174. <div class="markdown level1 conceptual"></div>
  175. <h5 class="decalaration">Declaration</h5>
  176. <div class="codewrapper">
  177. <pre><code class="lang-csharp hljs">public int Height { get; set; }</code></pre>
  178. </div>
  179. <h5 class="propertyValue">Property Value</h5>
  180. <table class="table table-bordered table-striped table-condensed">
  181. <thead>
  182. <tr>
  183. <th>Type</th>
  184. <th>Description</th>
  185. </tr>
  186. </thead>
  187. <tbody>
  188. <tr>
  189. <td><span class="xref">System.Int32</span></td>
  190. <td><p>To be added.</p>
  191. </td>
  192. </tr>
  193. </tbody>
  194. </table>
  195. <h5 id="Terminal_Size_Height_remarks">Remarks</h5>
  196. <div class="markdown level1 remarks"><p>The Height coordinate of the Size.</p>
  197. </div>
  198. <a id="Terminal_Size_IsEmpty_" data-uid="Terminal.Size.IsEmpty*"></a>
  199. <h4 id="Terminal_Size_IsEmpty" data-uid="Terminal.Size.IsEmpty">IsEmpty</h4>
  200. <div class="markdown level1 summary"><p>IsEmpty Property</p>
  201. </div>
  202. <div class="markdown level1 conceptual"></div>
  203. <h5 class="decalaration">Declaration</h5>
  204. <div class="codewrapper">
  205. <pre><code class="lang-csharp hljs">public bool IsEmpty { get; }</code></pre>
  206. </div>
  207. <h5 class="propertyValue">Property Value</h5>
  208. <table class="table table-bordered table-striped table-condensed">
  209. <thead>
  210. <tr>
  211. <th>Type</th>
  212. <th>Description</th>
  213. </tr>
  214. </thead>
  215. <tbody>
  216. <tr>
  217. <td><span class="xref">System.Boolean</span></td>
  218. <td><p>To be added.</p>
  219. </td>
  220. </tr>
  221. </tbody>
  222. </table>
  223. <h5 id="Terminal_Size_IsEmpty_remarks">Remarks</h5>
  224. <div class="markdown level1 remarks"><p>Indicates if both Width and Height are zero.</p>
  225. </div>
  226. <a id="Terminal_Size_Width_" data-uid="Terminal.Size.Width*"></a>
  227. <h4 id="Terminal_Size_Width" data-uid="Terminal.Size.Width">Width</h4>
  228. <div class="markdown level1 summary"><p>Width Property</p>
  229. </div>
  230. <div class="markdown level1 conceptual"></div>
  231. <h5 class="decalaration">Declaration</h5>
  232. <div class="codewrapper">
  233. <pre><code class="lang-csharp hljs">public int Width { get; set; }</code></pre>
  234. </div>
  235. <h5 class="propertyValue">Property Value</h5>
  236. <table class="table table-bordered table-striped table-condensed">
  237. <thead>
  238. <tr>
  239. <th>Type</th>
  240. <th>Description</th>
  241. </tr>
  242. </thead>
  243. <tbody>
  244. <tr>
  245. <td><span class="xref">System.Int32</span></td>
  246. <td><p>To be added.</p>
  247. </td>
  248. </tr>
  249. </tbody>
  250. </table>
  251. <h5 id="Terminal_Size_Width_remarks">Remarks</h5>
  252. <div class="markdown level1 remarks"><p>The Width coordinate of the Size.</p>
  253. </div>
  254. <h3 id="methods">Methods
  255. </h3>
  256. <a id="Terminal_Size_Add_" data-uid="Terminal.Size.Add*"></a>
  257. <h4 id="Terminal_Size_Add_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.Add(Terminal.Size,Terminal.Size)">Add(Size, Size)</h4>
  258. <div class="markdown level1 summary"><p>Adds the width and height of one Size structure to the width and height of another Size structure.</p>
  259. </div>
  260. <div class="markdown level1 conceptual"></div>
  261. <h5 class="decalaration">Declaration</h5>
  262. <div class="codewrapper">
  263. <pre><code class="lang-csharp hljs">public static Terminal.Size Add (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  264. </div>
  265. <h5 class="parameters">Parameters</h5>
  266. <table class="table table-bordered table-striped table-condensed">
  267. <thead>
  268. <tr>
  269. <th>Type</th>
  270. <th>Name</th>
  271. <th>Description</th>
  272. </tr>
  273. </thead>
  274. <tbody>
  275. <tr>
  276. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  277. <td><span class="parametername">sz1</span></td>
  278. <td><p>The first Size structure to add.</p>
  279. </td>
  280. </tr>
  281. <tr>
  282. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  283. <td><span class="parametername">sz2</span></td>
  284. <td><p>The second Size structure to add.</p>
  285. </td>
  286. </tr>
  287. </tbody>
  288. </table>
  289. <h5 class="returns">Returns</h5>
  290. <table class="table table-bordered table-striped table-condensed">
  291. <thead>
  292. <tr>
  293. <th>Type</th>
  294. <th>Description</th>
  295. </tr>
  296. </thead>
  297. <tbody>
  298. <tr>
  299. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  300. <td><p>The add.</p>
  301. </td>
  302. </tr>
  303. </tbody>
  304. </table>
  305. <a id="Terminal_Size_Equals_" data-uid="Terminal.Size.Equals*"></a>
  306. <h4 id="Terminal_Size_Equals_System_Object_" data-uid="Terminal.Size.Equals(System.Object)">Equals(Object)</h4>
  307. <div class="markdown level1 summary"><p>Equals Method</p>
  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 override bool Equals (object obj);</code></pre>
  313. </div>
  314. <h5 class="parameters">Parameters</h5>
  315. <table class="table table-bordered table-striped table-condensed">
  316. <thead>
  317. <tr>
  318. <th>Type</th>
  319. <th>Name</th>
  320. <th>Description</th>
  321. </tr>
  322. </thead>
  323. <tbody>
  324. <tr>
  325. <td><span class="xref">System.Object</span></td>
  326. <td><span class="parametername">obj</span></td>
  327. <td><p>To be added.</p>
  328. </td>
  329. </tr>
  330. </tbody>
  331. </table>
  332. <h5 class="returns">Returns</h5>
  333. <table class="table table-bordered table-striped table-condensed">
  334. <thead>
  335. <tr>
  336. <th>Type</th>
  337. <th>Description</th>
  338. </tr>
  339. </thead>
  340. <tbody>
  341. <tr>
  342. <td><span class="xref">System.Boolean</span></td>
  343. <td><p>To be added.</p>
  344. </td>
  345. </tr>
  346. </tbody>
  347. </table>
  348. <h5 id="Terminal_Size_Equals_System_Object__remarks">Remarks</h5>
  349. <div class="markdown level1 remarks"><p>Checks equivalence of this Size and another object.</p>
  350. </div>
  351. <a id="Terminal_Size_GetHashCode_" data-uid="Terminal.Size.GetHashCode*"></a>
  352. <h4 id="Terminal_Size_GetHashCode" data-uid="Terminal.Size.GetHashCode">GetHashCode()</h4>
  353. <div class="markdown level1 summary"><p>GetHashCode Method</p>
  354. </div>
  355. <div class="markdown level1 conceptual"></div>
  356. <h5 class="decalaration">Declaration</h5>
  357. <div class="codewrapper">
  358. <pre><code class="lang-csharp hljs">public override int GetHashCode ();</code></pre>
  359. </div>
  360. <h5 class="returns">Returns</h5>
  361. <table class="table table-bordered table-striped table-condensed">
  362. <thead>
  363. <tr>
  364. <th>Type</th>
  365. <th>Description</th>
  366. </tr>
  367. </thead>
  368. <tbody>
  369. <tr>
  370. <td><span class="xref">System.Int32</span></td>
  371. <td><p>To be added.</p>
  372. </td>
  373. </tr>
  374. </tbody>
  375. </table>
  376. <h5 id="Terminal_Size_GetHashCode_remarks">Remarks</h5>
  377. <div class="markdown level1 remarks"><p>Calculates a hashing value.</p>
  378. </div>
  379. <a id="Terminal_Size_Subtract_" data-uid="Terminal.Size.Subtract*"></a>
  380. <h4 id="Terminal_Size_Subtract_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.Subtract(Terminal.Size,Terminal.Size)">Subtract(Size, Size)</h4>
  381. <div class="markdown level1 summary"></div>
  382. <div class="markdown level1 conceptual"></div>
  383. <h5 class="decalaration">Declaration</h5>
  384. <div class="codewrapper">
  385. <pre><code class="lang-csharp hljs">public static Terminal.Size Subtract (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  386. </div>
  387. <h5 class="parameters">Parameters</h5>
  388. <table class="table table-bordered table-striped table-condensed">
  389. <thead>
  390. <tr>
  391. <th>Type</th>
  392. <th>Name</th>
  393. <th>Description</th>
  394. </tr>
  395. </thead>
  396. <tbody>
  397. <tr>
  398. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  399. <td><span class="parametername">sz1</span></td>
  400. <td><p>To be added.</p>
  401. </td>
  402. </tr>
  403. <tr>
  404. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  405. <td><span class="parametername">sz2</span></td>
  406. <td><p>To be added.</p>
  407. </td>
  408. </tr>
  409. </tbody>
  410. </table>
  411. <h5 class="returns">Returns</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><a class="xref" href="Terminal.Size.html">Size</a></td>
  422. <td><p>To be added.</p>
  423. </td>
  424. </tr>
  425. </tbody>
  426. </table>
  427. <a id="Terminal_Size_ToString_" data-uid="Terminal.Size.ToString*"></a>
  428. <h4 id="Terminal_Size_ToString" data-uid="Terminal.Size.ToString">ToString()</h4>
  429. <div class="markdown level1 summary"><p>ToString Method</p>
  430. </div>
  431. <div class="markdown level1 conceptual"></div>
  432. <h5 class="decalaration">Declaration</h5>
  433. <div class="codewrapper">
  434. <pre><code class="lang-csharp hljs">public override string ToString ();</code></pre>
  435. </div>
  436. <h5 class="returns">Returns</h5>
  437. <table class="table table-bordered table-striped table-condensed">
  438. <thead>
  439. <tr>
  440. <th>Type</th>
  441. <th>Description</th>
  442. </tr>
  443. </thead>
  444. <tbody>
  445. <tr>
  446. <td><span class="xref">System.String</span></td>
  447. <td><p>To be added.</p>
  448. </td>
  449. </tr>
  450. </tbody>
  451. </table>
  452. <h5 id="Terminal_Size_ToString_remarks">Remarks</h5>
  453. <div class="markdown level1 remarks"><p>Formats the Size as a string in coordinate notation.</p>
  454. </div>
  455. <h3 id="operators">Operators
  456. </h3>
  457. <a id="Terminal_Size_op_Addition_" data-uid="Terminal.Size.op_Addition*"></a>
  458. <h4 id="Terminal_Size_op_Addition_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.op_Addition(Terminal.Size,Terminal.Size)">op_Addition(Size, Size)</h4>
  459. <div class="markdown level1 summary"><p>Addition Operator</p>
  460. </div>
  461. <div class="markdown level1 conceptual"></div>
  462. <h5 class="decalaration">Declaration</h5>
  463. <div class="codewrapper">
  464. <pre><code class="lang-csharp hljs">public static Terminal.Size op_Addition (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  465. </div>
  466. <h5 class="parameters">Parameters</h5>
  467. <table class="table table-bordered table-striped table-condensed">
  468. <thead>
  469. <tr>
  470. <th>Type</th>
  471. <th>Name</th>
  472. <th>Description</th>
  473. </tr>
  474. </thead>
  475. <tbody>
  476. <tr>
  477. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  478. <td><span class="parametername">sz1</span></td>
  479. <td><p>To be added.</p>
  480. </td>
  481. </tr>
  482. <tr>
  483. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  484. <td><span class="parametername">sz2</span></td>
  485. <td><p>To be added.</p>
  486. </td>
  487. </tr>
  488. </tbody>
  489. </table>
  490. <h5 class="returns">Returns</h5>
  491. <table class="table table-bordered table-striped table-condensed">
  492. <thead>
  493. <tr>
  494. <th>Type</th>
  495. <th>Description</th>
  496. </tr>
  497. </thead>
  498. <tbody>
  499. <tr>
  500. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  501. <td><p>To be added.</p>
  502. </td>
  503. </tr>
  504. </tbody>
  505. </table>
  506. <h5 id="Terminal_Size_op_Addition_Terminal_Size_Terminal_Size__remarks">Remarks</h5>
  507. <div class="markdown level1 remarks"><p>Addition of two Size structures.</p>
  508. </div>
  509. <a id="Terminal_Size_op_Equality_" data-uid="Terminal.Size.op_Equality*"></a>
  510. <h4 id="Terminal_Size_op_Equality_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.op_Equality(Terminal.Size,Terminal.Size)">op_Equality(Size, Size)</h4>
  511. <div class="markdown level1 summary"><p>Equality Operator</p>
  512. </div>
  513. <div class="markdown level1 conceptual"></div>
  514. <h5 class="decalaration">Declaration</h5>
  515. <div class="codewrapper">
  516. <pre><code class="lang-csharp hljs">public static bool op_Equality (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  517. </div>
  518. <h5 class="parameters">Parameters</h5>
  519. <table class="table table-bordered table-striped table-condensed">
  520. <thead>
  521. <tr>
  522. <th>Type</th>
  523. <th>Name</th>
  524. <th>Description</th>
  525. </tr>
  526. </thead>
  527. <tbody>
  528. <tr>
  529. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  530. <td><span class="parametername">sz1</span></td>
  531. <td><p>To be added.</p>
  532. </td>
  533. </tr>
  534. <tr>
  535. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  536. <td><span class="parametername">sz2</span></td>
  537. <td><p>To be added.</p>
  538. </td>
  539. </tr>
  540. </tbody>
  541. </table>
  542. <h5 class="returns">Returns</h5>
  543. <table class="table table-bordered table-striped table-condensed">
  544. <thead>
  545. <tr>
  546. <th>Type</th>
  547. <th>Description</th>
  548. </tr>
  549. </thead>
  550. <tbody>
  551. <tr>
  552. <td><span class="xref">System.Boolean</span></td>
  553. <td><p>To be added.</p>
  554. </td>
  555. </tr>
  556. </tbody>
  557. </table>
  558. <h5 id="Terminal_Size_op_Equality_Terminal_Size_Terminal_Size__remarks">Remarks</h5>
  559. <div class="markdown level1 remarks"><p>Compares two Size objects. The return value is
  560. based on the equivalence of the Width and Height
  561. properties of the two Sizes.</p>
  562. </div>
  563. <a id="Terminal_Size_op_Explicit_" data-uid="Terminal.Size.op_Explicit*"></a>
  564. <h4 id="Terminal_Size_op_Explicit_Terminal_Size_to_Terminal_Point_" data-uid="Terminal.Size.op_Explicit(Terminal.Size to Terminal.Point)">op_Explicit(Size to Point)</h4>
  565. <div class="markdown level1 summary"><p>Size to Point Conversion</p>
  566. </div>
  567. <div class="markdown level1 conceptual"></div>
  568. <h5 class="decalaration">Declaration</h5>
  569. <div class="codewrapper">
  570. <pre><code class="lang-csharp hljs">public static Terminal.Point op_Explicit (Terminal.Size size);</code></pre>
  571. </div>
  572. <h5 class="parameters">Parameters</h5>
  573. <table class="table table-bordered table-striped table-condensed">
  574. <thead>
  575. <tr>
  576. <th>Type</th>
  577. <th>Name</th>
  578. <th>Description</th>
  579. </tr>
  580. </thead>
  581. <tbody>
  582. <tr>
  583. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  584. <td><span class="parametername">size</span></td>
  585. <td><p>To be added.</p>
  586. </td>
  587. </tr>
  588. </tbody>
  589. </table>
  590. <h5 class="returns">Returns</h5>
  591. <table class="table table-bordered table-striped table-condensed">
  592. <thead>
  593. <tr>
  594. <th>Type</th>
  595. <th>Description</th>
  596. </tr>
  597. </thead>
  598. <tbody>
  599. <tr>
  600. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  601. <td><p>To be added.</p>
  602. </td>
  603. </tr>
  604. </tbody>
  605. </table>
  606. <h5 id="Terminal_Size_op_Explicit_Terminal_Size_to_Terminal_Point__remarks">Remarks</h5>
  607. <div class="markdown level1 remarks"><p>Returns a Point based on the dimensions of a given
  608. Size. Requires explicit cast.</p>
  609. </div>
  610. <a id="Terminal_Size_op_Inequality_" data-uid="Terminal.Size.op_Inequality*"></a>
  611. <h4 id="Terminal_Size_op_Inequality_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.op_Inequality(Terminal.Size,Terminal.Size)">op_Inequality(Size, Size)</h4>
  612. <div class="markdown level1 summary"><p>Inequality Operator</p>
  613. </div>
  614. <div class="markdown level1 conceptual"></div>
  615. <h5 class="decalaration">Declaration</h5>
  616. <div class="codewrapper">
  617. <pre><code class="lang-csharp hljs">public static bool op_Inequality (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  618. </div>
  619. <h5 class="parameters">Parameters</h5>
  620. <table class="table table-bordered table-striped table-condensed">
  621. <thead>
  622. <tr>
  623. <th>Type</th>
  624. <th>Name</th>
  625. <th>Description</th>
  626. </tr>
  627. </thead>
  628. <tbody>
  629. <tr>
  630. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  631. <td><span class="parametername">sz1</span></td>
  632. <td><p>To be added.</p>
  633. </td>
  634. </tr>
  635. <tr>
  636. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  637. <td><span class="parametername">sz2</span></td>
  638. <td><p>To be added.</p>
  639. </td>
  640. </tr>
  641. </tbody>
  642. </table>
  643. <h5 class="returns">Returns</h5>
  644. <table class="table table-bordered table-striped table-condensed">
  645. <thead>
  646. <tr>
  647. <th>Type</th>
  648. <th>Description</th>
  649. </tr>
  650. </thead>
  651. <tbody>
  652. <tr>
  653. <td><span class="xref">System.Boolean</span></td>
  654. <td><p>To be added.</p>
  655. </td>
  656. </tr>
  657. </tbody>
  658. </table>
  659. <h5 id="Terminal_Size_op_Inequality_Terminal_Size_Terminal_Size__remarks">Remarks</h5>
  660. <div class="markdown level1 remarks"><p>Compares two Size objects. The return value is
  661. based on the equivalence of the Width and Height
  662. properties of the two Sizes.</p>
  663. </div>
  664. <a id="Terminal_Size_op_Subtraction_" data-uid="Terminal.Size.op_Subtraction*"></a>
  665. <h4 id="Terminal_Size_op_Subtraction_Terminal_Size_Terminal_Size_" data-uid="Terminal.Size.op_Subtraction(Terminal.Size,Terminal.Size)">op_Subtraction(Size, Size)</h4>
  666. <div class="markdown level1 summary"><p>Subtraction Operator</p>
  667. </div>
  668. <div class="markdown level1 conceptual"></div>
  669. <h5 class="decalaration">Declaration</h5>
  670. <div class="codewrapper">
  671. <pre><code class="lang-csharp hljs">public static Terminal.Size op_Subtraction (Terminal.Size sz1, Terminal.Size sz2);</code></pre>
  672. </div>
  673. <h5 class="parameters">Parameters</h5>
  674. <table class="table table-bordered table-striped table-condensed">
  675. <thead>
  676. <tr>
  677. <th>Type</th>
  678. <th>Name</th>
  679. <th>Description</th>
  680. </tr>
  681. </thead>
  682. <tbody>
  683. <tr>
  684. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  685. <td><span class="parametername">sz1</span></td>
  686. <td><p>To be added.</p>
  687. </td>
  688. </tr>
  689. <tr>
  690. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  691. <td><span class="parametername">sz2</span></td>
  692. <td><p>To be added.</p>
  693. </td>
  694. </tr>
  695. </tbody>
  696. </table>
  697. <h5 class="returns">Returns</h5>
  698. <table class="table table-bordered table-striped table-condensed">
  699. <thead>
  700. <tr>
  701. <th>Type</th>
  702. <th>Description</th>
  703. </tr>
  704. </thead>
  705. <tbody>
  706. <tr>
  707. <td><a class="xref" href="Terminal.Size.html">Size</a></td>
  708. <td><p>To be added.</p>
  709. </td>
  710. </tr>
  711. </tbody>
  712. </table>
  713. <h5 id="Terminal_Size_op_Subtraction_Terminal_Size_Terminal_Size__remarks">Remarks</h5>
  714. <div class="markdown level1 remarks"><p>Subtracts two Size structures.</p>
  715. </div>
  716. </article>
  717. </div>
  718. <div class="hidden-sm col-md-2" role="complementary">
  719. <div class="sideaffix">
  720. <div class="contribution">
  721. <ul class="nav">
  722. </ul>
  723. </div>
  724. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  725. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  726. </nav>
  727. </div>
  728. </div>
  729. </div>
  730. </div>
  731. <footer>
  732. <div class="grad-bottom"></div>
  733. <div class="footer">
  734. <div class="container">
  735. <span class="pull-right">
  736. <a href="#top">Back to top</a>
  737. </span>
  738. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  739. </div>
  740. </div>
  741. </footer>
  742. </div>
  743. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  744. <script type="text/javascript" src="../../styles/docfx.js"></script>
  745. <script type="text/javascript" src="../../styles/main.js"></script>
  746. </body>
  747. </html>