Terminal.Size.html 26 KB

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