Terminal.Gui.Point.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  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 Point
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct Point
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Point">
  74. <h1 id="Terminal_Gui_Point" data-uid="Terminal.Gui.Point" class="text-break">Struct Point
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritedMembers">
  81. <h5>Inherited Members</h5>
  82. <div>
  83. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  84. </div>
  85. <div>
  86. <span class="xref">System.Object.GetType()</span>
  87. </div>
  88. <div>
  89. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  90. </div>
  91. </div>
  92. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  93. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  94. <h5 id="Terminal_Gui_Point_syntax">Syntax</h5>
  95. <div class="codewrapper">
  96. <pre><code class="lang-csharp hljs">public struct Point</code></pre>
  97. </div>
  98. <h3 id="constructors">Constructors
  99. </h3>
  100. <span class="small pull-right mobile-hide">
  101. <span class="divider">|</span>
  102. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point__ctor_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.%23ctor(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  103. </span>
  104. <span class="small pull-right mobile-hide">
  105. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L145">View Source</a>
  106. </span>
  107. <a id="Terminal_Gui_Point__ctor_" data-uid="Terminal.Gui.Point.#ctor*"></a>
  108. <h4 id="Terminal_Gui_Point__ctor_System_Int32_System_Int32_" data-uid="Terminal.Gui.Point.#ctor(System.Int32,System.Int32)">Point(Int32, Int32)</h4>
  109. <div class="markdown level1 summary">
  110. Point Constructor
  111. </div>
  112. <div class="markdown level1 conceptual"></div>
  113. <h5 class="decalaration">Declaration</h5>
  114. <div class="codewrapper">
  115. <pre><code class="lang-csharp hljs">public Point(int x, int y)</code></pre>
  116. </div>
  117. <h5 class="parameters">Parameters</h5>
  118. <table class="table table-bordered table-striped table-condensed">
  119. <thead>
  120. <tr>
  121. <th>Type</th>
  122. <th>Name</th>
  123. <th>Description</th>
  124. </tr>
  125. </thead>
  126. <tbody>
  127. <tr>
  128. <td><span class="xref">System.Int32</span></td>
  129. <td><span class="parametername">x</span></td>
  130. <td></td>
  131. </tr>
  132. <tr>
  133. <td><span class="xref">System.Int32</span></td>
  134. <td><span class="parametername">y</span></td>
  135. <td></td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. <span class="small pull-right mobile-hide">
  140. <span class="divider">|</span>
  141. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point__ctor_Terminal_Gui_Size_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.%23ctor(Terminal.Gui.Size)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  142. </span>
  143. <span class="small pull-right mobile-hide">
  144. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L131">View Source</a>
  145. </span>
  146. <a id="Terminal_Gui_Point__ctor_" data-uid="Terminal.Gui.Point.#ctor*"></a>
  147. <h4 id="Terminal_Gui_Point__ctor_Terminal_Gui_Size_" data-uid="Terminal.Gui.Point.#ctor(Terminal.Gui.Size)">Point(Size)</h4>
  148. <div class="markdown level1 summary">
  149. Point Constructor
  150. </div>
  151. <div class="markdown level1 conceptual"></div>
  152. <h5 class="decalaration">Declaration</h5>
  153. <div class="codewrapper">
  154. <pre><code class="lang-csharp hljs">public Point(Size sz)</code></pre>
  155. </div>
  156. <h5 class="parameters">Parameters</h5>
  157. <table class="table table-bordered table-striped table-condensed">
  158. <thead>
  159. <tr>
  160. <th>Type</th>
  161. <th>Name</th>
  162. <th>Description</th>
  163. </tr>
  164. </thead>
  165. <tbody>
  166. <tr>
  167. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  168. <td><span class="parametername">sz</span></td>
  169. <td></td>
  170. </tr>
  171. </tbody>
  172. </table>
  173. <h3 id="fields">Fields
  174. </h3>
  175. <span class="small pull-right mobile-hide">
  176. <span class="divider">|</span>
  177. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Empty.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Empty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  178. </span>
  179. <span class="small pull-right mobile-hide">
  180. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L43">View Source</a>
  181. </span>
  182. <h4 id="Terminal_Gui_Point_Empty" data-uid="Terminal.Gui.Point.Empty">Empty</h4>
  183. <div class="markdown level1 summary">
  184. Empty Shared Field
  185. </div>
  186. <div class="markdown level1 conceptual"></div>
  187. <h5 class="decalaration">Declaration</h5>
  188. <div class="codewrapper">
  189. <pre><code class="lang-csharp hljs">public static readonly Point Empty</code></pre>
  190. </div>
  191. <h5 class="fieldValue">Field Value</h5>
  192. <table class="table table-bordered table-striped table-condensed">
  193. <thead>
  194. <tr>
  195. <th>Type</th>
  196. <th>Description</th>
  197. </tr>
  198. </thead>
  199. <tbody>
  200. <tr>
  201. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  202. <td></td>
  203. </tr>
  204. </tbody>
  205. </table>
  206. <span class="small pull-right mobile-hide">
  207. <span class="divider">|</span>
  208. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_X.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  209. </span>
  210. <span class="small pull-right mobile-hide">
  211. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L24">View Source</a>
  212. </span>
  213. <h4 id="Terminal_Gui_Point_X" data-uid="Terminal.Gui.Point.X">X</h4>
  214. <div class="markdown level1 summary">
  215. Gets or sets the x-coordinate of this Point.
  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 X</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></td>
  234. </tr>
  235. </tbody>
  236. </table>
  237. <span class="small pull-right mobile-hide">
  238. <span class="divider">|</span>
  239. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Y.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  240. </span>
  241. <span class="small pull-right mobile-hide">
  242. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L29">View Source</a>
  243. </span>
  244. <h4 id="Terminal_Gui_Point_Y" data-uid="Terminal.Gui.Point.Y">Y</h4>
  245. <div class="markdown level1 summary">
  246. Gets or sets the y-coordinate of this Point.
  247. </div>
  248. <div class="markdown level1 conceptual"></div>
  249. <h5 class="decalaration">Declaration</h5>
  250. <div class="codewrapper">
  251. <pre><code class="lang-csharp hljs">public int Y</code></pre>
  252. </div>
  253. <h5 class="fieldValue">Field Value</h5>
  254. <table class="table table-bordered table-striped table-condensed">
  255. <thead>
  256. <tr>
  257. <th>Type</th>
  258. <th>Description</th>
  259. </tr>
  260. </thead>
  261. <tbody>
  262. <tr>
  263. <td><span class="xref">System.Int32</span></td>
  264. <td></td>
  265. </tr>
  266. </tbody>
  267. </table>
  268. <h3 id="properties">Properties
  269. </h3>
  270. <span class="small pull-right mobile-hide">
  271. <span class="divider">|</span>
  272. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_IsEmpty.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.IsEmpty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  273. </span>
  274. <span class="small pull-right mobile-hide">
  275. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L162">View Source</a>
  276. </span>
  277. <a id="Terminal_Gui_Point_IsEmpty_" data-uid="Terminal.Gui.Point.IsEmpty*"></a>
  278. <h4 id="Terminal_Gui_Point_IsEmpty" data-uid="Terminal.Gui.Point.IsEmpty">IsEmpty</h4>
  279. <div class="markdown level1 summary">
  280. IsEmpty Property
  281. </div>
  282. <div class="markdown level1 conceptual"></div>
  283. <h5 class="decalaration">Declaration</h5>
  284. <div class="codewrapper">
  285. <pre><code class="lang-csharp hljs">public readonly bool IsEmpty { get; }</code></pre>
  286. </div>
  287. <h5 class="propertyValue">Property Value</h5>
  288. <table class="table table-bordered table-striped table-condensed">
  289. <thead>
  290. <tr>
  291. <th>Type</th>
  292. <th>Description</th>
  293. </tr>
  294. </thead>
  295. <tbody>
  296. <tr>
  297. <td><span class="xref">System.Boolean</span></td>
  298. <td></td>
  299. </tr>
  300. </tbody>
  301. </table>
  302. <h3 id="methods">Methods
  303. </h3>
  304. <span class="small pull-right mobile-hide">
  305. <span class="divider">|</span>
  306. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Add_Terminal_Gui_Point_Terminal_Gui_Size_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Add(Terminal.Gui.Point%2CTerminal.Gui.Size)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  307. </span>
  308. <span class="small pull-right mobile-hide">
  309. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L231">View Source</a>
  310. </span>
  311. <a id="Terminal_Gui_Point_Add_" data-uid="Terminal.Gui.Point.Add*"></a>
  312. <h4 id="Terminal_Gui_Point_Add_Terminal_Gui_Point_Terminal_Gui_Size_" data-uid="Terminal.Gui.Point.Add(Terminal.Gui.Point,Terminal.Gui.Size)">Add(Point, Size)</h4>
  313. <div class="markdown level1 summary">
  314. Adds the specified Size to the specified Point.
  315. </div>
  316. <div class="markdown level1 conceptual"></div>
  317. <h5 class="decalaration">Declaration</h5>
  318. <div class="codewrapper">
  319. <pre><code class="lang-csharp hljs">public static Point Add(Point pt, Size sz)</code></pre>
  320. </div>
  321. <h5 class="parameters">Parameters</h5>
  322. <table class="table table-bordered table-striped table-condensed">
  323. <thead>
  324. <tr>
  325. <th>Type</th>
  326. <th>Name</th>
  327. <th>Description</th>
  328. </tr>
  329. </thead>
  330. <tbody>
  331. <tr>
  332. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  333. <td><span class="parametername">pt</span></td>
  334. <td>The Point to add.</td>
  335. </tr>
  336. <tr>
  337. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  338. <td><span class="parametername">sz</span></td>
  339. <td>The Size to add.</td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <h5 class="returns">Returns</h5>
  344. <table class="table table-bordered table-striped table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  354. <td>The Point that is the result of the addition operation.</td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. <span class="small pull-right mobile-hide">
  359. <span class="divider">|</span>
  360. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Equals_System_Object_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  361. </span>
  362. <span class="small pull-right mobile-hide">
  363. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L176">View Source</a>
  364. </span>
  365. <a id="Terminal_Gui_Point_Equals_" data-uid="Terminal.Gui.Point.Equals*"></a>
  366. <h4 id="Terminal_Gui_Point_Equals_System_Object_" data-uid="Terminal.Gui.Point.Equals(System.Object)">Equals(Object)</h4>
  367. <div class="markdown level1 summary">
  368. Equals Method
  369. </div>
  370. <div class="markdown level1 conceptual"></div>
  371. <h5 class="decalaration">Declaration</h5>
  372. <div class="codewrapper">
  373. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  374. </div>
  375. <h5 class="parameters">Parameters</h5>
  376. <table class="table table-bordered table-striped table-condensed">
  377. <thead>
  378. <tr>
  379. <th>Type</th>
  380. <th>Name</th>
  381. <th>Description</th>
  382. </tr>
  383. </thead>
  384. <tbody>
  385. <tr>
  386. <td><span class="xref">System.Object</span></td>
  387. <td><span class="parametername">obj</span></td>
  388. <td></td>
  389. </tr>
  390. </tbody>
  391. </table>
  392. <h5 class="returns">Returns</h5>
  393. <table class="table table-bordered table-striped table-condensed">
  394. <thead>
  395. <tr>
  396. <th>Type</th>
  397. <th>Description</th>
  398. </tr>
  399. </thead>
  400. <tbody>
  401. <tr>
  402. <td><span class="xref">System.Boolean</span></td>
  403. <td></td>
  404. </tr>
  405. </tbody>
  406. </table>
  407. <h5 class="overrides">Overrides</h5>
  408. <div><span class="xref">System.ValueType.Equals(System.Object)</span></div>
  409. <span class="small pull-right mobile-hide">
  410. <span class="divider">|</span>
  411. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_GetHashCode.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  412. </span>
  413. <span class="small pull-right mobile-hide">
  414. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L192">View Source</a>
  415. </span>
  416. <a id="Terminal_Gui_Point_GetHashCode_" data-uid="Terminal.Gui.Point.GetHashCode*"></a>
  417. <h4 id="Terminal_Gui_Point_GetHashCode" data-uid="Terminal.Gui.Point.GetHashCode">GetHashCode()</h4>
  418. <div class="markdown level1 summary">
  419. GetHashCode Method
  420. </div>
  421. <div class="markdown level1 conceptual"></div>
  422. <h5 class="decalaration">Declaration</h5>
  423. <div class="codewrapper">
  424. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  425. </div>
  426. <h5 class="returns">Returns</h5>
  427. <table class="table table-bordered table-striped table-condensed">
  428. <thead>
  429. <tr>
  430. <th>Type</th>
  431. <th>Description</th>
  432. </tr>
  433. </thead>
  434. <tbody>
  435. <tr>
  436. <td><span class="xref">System.Int32</span></td>
  437. <td></td>
  438. </tr>
  439. </tbody>
  440. </table>
  441. <h5 class="overrides">Overrides</h5>
  442. <div><span class="xref">System.ValueType.GetHashCode()</span></div>
  443. <span class="small pull-right mobile-hide">
  444. <span class="divider">|</span>
  445. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Offset_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Offset(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  446. </span>
  447. <span class="small pull-right mobile-hide">
  448. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L205">View Source</a>
  449. </span>
  450. <a id="Terminal_Gui_Point_Offset_" data-uid="Terminal.Gui.Point.Offset*"></a>
  451. <h4 id="Terminal_Gui_Point_Offset_System_Int32_System_Int32_" data-uid="Terminal.Gui.Point.Offset(System.Int32,System.Int32)">Offset(Int32, Int32)</h4>
  452. <div class="markdown level1 summary">
  453. Offset Method
  454. </div>
  455. <div class="markdown level1 conceptual"></div>
  456. <h5 class="decalaration">Declaration</h5>
  457. <div class="codewrapper">
  458. <pre><code class="lang-csharp hljs">public void Offset(int dx, int dy)</code></pre>
  459. </div>
  460. <h5 class="parameters">Parameters</h5>
  461. <table class="table table-bordered table-striped table-condensed">
  462. <thead>
  463. <tr>
  464. <th>Type</th>
  465. <th>Name</th>
  466. <th>Description</th>
  467. </tr>
  468. </thead>
  469. <tbody>
  470. <tr>
  471. <td><span class="xref">System.Int32</span></td>
  472. <td><span class="parametername">dx</span></td>
  473. <td></td>
  474. </tr>
  475. <tr>
  476. <td><span class="xref">System.Int32</span></td>
  477. <td><span class="parametername">dy</span></td>
  478. <td></td>
  479. </tr>
  480. </tbody>
  481. </table>
  482. <span class="small pull-right mobile-hide">
  483. <span class="divider">|</span>
  484. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Offset_Terminal_Gui_Point_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Offset(Terminal.Gui.Point)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  485. </span>
  486. <span class="small pull-right mobile-hide">
  487. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L241">View Source</a>
  488. </span>
  489. <a id="Terminal_Gui_Point_Offset_" data-uid="Terminal.Gui.Point.Offset*"></a>
  490. <h4 id="Terminal_Gui_Point_Offset_Terminal_Gui_Point_" data-uid="Terminal.Gui.Point.Offset(Terminal.Gui.Point)">Offset(Point)</h4>
  491. <div class="markdown level1 summary">
  492. Translates this Point by the specified Point.
  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 void Offset(Point p)</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.Gui.Point.html">Point</a></td>
  511. <td><span class="parametername">p</span></td>
  512. <td>The Point used offset this Point.</td>
  513. </tr>
  514. </tbody>
  515. </table>
  516. <span class="small pull-right mobile-hide">
  517. <span class="divider">|</span>
  518. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_Subtract_Terminal_Gui_Point_Terminal_Gui_Size_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.Subtract(Terminal.Gui.Point%2CTerminal.Gui.Size)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  519. </span>
  520. <span class="small pull-right mobile-hide">
  521. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L252">View Source</a>
  522. </span>
  523. <a id="Terminal_Gui_Point_Subtract_" data-uid="Terminal.Gui.Point.Subtract*"></a>
  524. <h4 id="Terminal_Gui_Point_Subtract_Terminal_Gui_Point_Terminal_Gui_Size_" data-uid="Terminal.Gui.Point.Subtract(Terminal.Gui.Point,Terminal.Gui.Size)">Subtract(Point, Size)</h4>
  525. <div class="markdown level1 summary">
  526. Returns the result of subtracting specified Size from the specified Point.
  527. </div>
  528. <div class="markdown level1 conceptual"></div>
  529. <h5 class="decalaration">Declaration</h5>
  530. <div class="codewrapper">
  531. <pre><code class="lang-csharp hljs">public static Point Subtract(Point pt, Size sz)</code></pre>
  532. </div>
  533. <h5 class="parameters">Parameters</h5>
  534. <table class="table table-bordered table-striped table-condensed">
  535. <thead>
  536. <tr>
  537. <th>Type</th>
  538. <th>Name</th>
  539. <th>Description</th>
  540. </tr>
  541. </thead>
  542. <tbody>
  543. <tr>
  544. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  545. <td><span class="parametername">pt</span></td>
  546. <td>The Point to be subtracted from.</td>
  547. </tr>
  548. <tr>
  549. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  550. <td><span class="parametername">sz</span></td>
  551. <td>The Size to subtract from the Point.</td>
  552. </tr>
  553. </tbody>
  554. </table>
  555. <h5 class="returns">Returns</h5>
  556. <table class="table table-bordered table-striped table-condensed">
  557. <thead>
  558. <tr>
  559. <th>Type</th>
  560. <th>Description</th>
  561. </tr>
  562. </thead>
  563. <tbody>
  564. <tr>
  565. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  566. <td>The Point that is the result of the subtraction operation.</td>
  567. </tr>
  568. </tbody>
  569. </table>
  570. <span class="small pull-right mobile-hide">
  571. <span class="divider">|</span>
  572. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_ToString.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  573. </span>
  574. <span class="small pull-right mobile-hide">
  575. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L219">View Source</a>
  576. </span>
  577. <a id="Terminal_Gui_Point_ToString_" data-uid="Terminal.Gui.Point.ToString*"></a>
  578. <h4 id="Terminal_Gui_Point_ToString" data-uid="Terminal.Gui.Point.ToString">ToString()</h4>
  579. <div class="markdown level1 summary">
  580. ToString Method
  581. </div>
  582. <div class="markdown level1 conceptual"></div>
  583. <h5 class="decalaration">Declaration</h5>
  584. <div class="codewrapper">
  585. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  586. </div>
  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><span class="xref">System.String</span></td>
  598. <td></td>
  599. </tr>
  600. </tbody>
  601. </table>
  602. <h5 class="overrides">Overrides</h5>
  603. <div><span class="xref">System.ValueType.ToString()</span></div>
  604. <h3 id="operators">Operators
  605. </h3>
  606. <span class="small pull-right mobile-hide">
  607. <span class="divider">|</span>
  608. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_op_Addition_Terminal_Gui_Point_Terminal_Gui_Size_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.op_Addition(Terminal.Gui.Point%2CTerminal.Gui.Size)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  609. </span>
  610. <span class="small pull-right mobile-hide">
  611. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L54">View Source</a>
  612. </span>
  613. <a id="Terminal_Gui_Point_op_Addition_" data-uid="Terminal.Gui.Point.op_Addition*"></a>
  614. <h4 id="Terminal_Gui_Point_op_Addition_Terminal_Gui_Point_Terminal_Gui_Size_" data-uid="Terminal.Gui.Point.op_Addition(Terminal.Gui.Point,Terminal.Gui.Size)">Addition(Point, Size)</h4>
  615. <div class="markdown level1 summary">
  616. Addition Operator
  617. </div>
  618. <div class="markdown level1 conceptual"></div>
  619. <h5 class="decalaration">Declaration</h5>
  620. <div class="codewrapper">
  621. <pre><code class="lang-csharp hljs">public static Point operator +(Point pt, Size sz)</code></pre>
  622. </div>
  623. <h5 class="parameters">Parameters</h5>
  624. <table class="table table-bordered table-striped table-condensed">
  625. <thead>
  626. <tr>
  627. <th>Type</th>
  628. <th>Name</th>
  629. <th>Description</th>
  630. </tr>
  631. </thead>
  632. <tbody>
  633. <tr>
  634. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  635. <td><span class="parametername">pt</span></td>
  636. <td></td>
  637. </tr>
  638. <tr>
  639. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  640. <td><span class="parametername">sz</span></td>
  641. <td></td>
  642. </tr>
  643. </tbody>
  644. </table>
  645. <h5 class="returns">Returns</h5>
  646. <table class="table table-bordered table-striped table-condensed">
  647. <thead>
  648. <tr>
  649. <th>Type</th>
  650. <th>Description</th>
  651. </tr>
  652. </thead>
  653. <tbody>
  654. <tr>
  655. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  656. <td></td>
  657. </tr>
  658. </tbody>
  659. </table>
  660. <span class="small pull-right mobile-hide">
  661. <span class="divider">|</span>
  662. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_op_Equality_Terminal_Gui_Point_Terminal_Gui_Point_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.op_Equality(Terminal.Gui.Point%2CTerminal.Gui.Point)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  663. </span>
  664. <span class="small pull-right mobile-hide">
  665. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L69">View Source</a>
  666. </span>
  667. <a id="Terminal_Gui_Point_op_Equality_" data-uid="Terminal.Gui.Point.op_Equality*"></a>
  668. <h4 id="Terminal_Gui_Point_op_Equality_Terminal_Gui_Point_Terminal_Gui_Point_" data-uid="Terminal.Gui.Point.op_Equality(Terminal.Gui.Point,Terminal.Gui.Point)">Equality(Point, Point)</h4>
  669. <div class="markdown level1 summary">
  670. Equality Operator
  671. </div>
  672. <div class="markdown level1 conceptual"></div>
  673. <h5 class="decalaration">Declaration</h5>
  674. <div class="codewrapper">
  675. <pre><code class="lang-csharp hljs">public static bool operator ==(Point left, Point right)</code></pre>
  676. </div>
  677. <h5 class="parameters">Parameters</h5>
  678. <table class="table table-bordered table-striped table-condensed">
  679. <thead>
  680. <tr>
  681. <th>Type</th>
  682. <th>Name</th>
  683. <th>Description</th>
  684. </tr>
  685. </thead>
  686. <tbody>
  687. <tr>
  688. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  689. <td><span class="parametername">left</span></td>
  690. <td></td>
  691. </tr>
  692. <tr>
  693. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  694. <td><span class="parametername">right</span></td>
  695. <td></td>
  696. </tr>
  697. </tbody>
  698. </table>
  699. <h5 class="returns">Returns</h5>
  700. <table class="table table-bordered table-striped table-condensed">
  701. <thead>
  702. <tr>
  703. <th>Type</th>
  704. <th>Description</th>
  705. </tr>
  706. </thead>
  707. <tbody>
  708. <tr>
  709. <td><span class="xref">System.Boolean</span></td>
  710. <td></td>
  711. </tr>
  712. </tbody>
  713. </table>
  714. <span class="small pull-right mobile-hide">
  715. <span class="divider">|</span>
  716. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_op_Explicit_Terminal_Gui_Point__Terminal_Gui_Size.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.op_Explicit(Terminal.Gui.Point)~Terminal.Gui.Size%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  717. </span>
  718. <span class="small pull-right mobile-hide">
  719. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L112">View Source</a>
  720. </span>
  721. <a id="Terminal_Gui_Point_op_Explicit_" data-uid="Terminal.Gui.Point.op_Explicit*"></a>
  722. <h4 id="Terminal_Gui_Point_op_Explicit_Terminal_Gui_Point__Terminal_Gui_Size" data-uid="Terminal.Gui.Point.op_Explicit(Terminal.Gui.Point)~Terminal.Gui.Size">Explicit(Point to Size)</h4>
  723. <div class="markdown level1 summary">
  724. Point to Size Conversion
  725. </div>
  726. <div class="markdown level1 conceptual"></div>
  727. <h5 class="decalaration">Declaration</h5>
  728. <div class="codewrapper">
  729. <pre><code class="lang-csharp hljs">public static explicit operator Size(Point p)</code></pre>
  730. </div>
  731. <h5 class="parameters">Parameters</h5>
  732. <table class="table table-bordered table-striped table-condensed">
  733. <thead>
  734. <tr>
  735. <th>Type</th>
  736. <th>Name</th>
  737. <th>Description</th>
  738. </tr>
  739. </thead>
  740. <tbody>
  741. <tr>
  742. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  743. <td><span class="parametername">p</span></td>
  744. <td></td>
  745. </tr>
  746. </tbody>
  747. </table>
  748. <h5 class="returns">Returns</h5>
  749. <table class="table table-bordered table-striped table-condensed">
  750. <thead>
  751. <tr>
  752. <th>Type</th>
  753. <th>Description</th>
  754. </tr>
  755. </thead>
  756. <tbody>
  757. <tr>
  758. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  759. <td></td>
  760. </tr>
  761. </tbody>
  762. </table>
  763. <span class="small pull-right mobile-hide">
  764. <span class="divider">|</span>
  765. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_op_Inequality_Terminal_Gui_Point_Terminal_Gui_Point_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.op_Inequality(Terminal.Gui.Point%2CTerminal.Gui.Point)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  766. </span>
  767. <span class="small pull-right mobile-hide">
  768. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L84">View Source</a>
  769. </span>
  770. <a id="Terminal_Gui_Point_op_Inequality_" data-uid="Terminal.Gui.Point.op_Inequality*"></a>
  771. <h4 id="Terminal_Gui_Point_op_Inequality_Terminal_Gui_Point_Terminal_Gui_Point_" data-uid="Terminal.Gui.Point.op_Inequality(Terminal.Gui.Point,Terminal.Gui.Point)">Inequality(Point, Point)</h4>
  772. <div class="markdown level1 summary">
  773. Inequality Operator
  774. </div>
  775. <div class="markdown level1 conceptual"></div>
  776. <h5 class="decalaration">Declaration</h5>
  777. <div class="codewrapper">
  778. <pre><code class="lang-csharp hljs">public static bool operator !=(Point left, Point right)</code></pre>
  779. </div>
  780. <h5 class="parameters">Parameters</h5>
  781. <table class="table table-bordered table-striped table-condensed">
  782. <thead>
  783. <tr>
  784. <th>Type</th>
  785. <th>Name</th>
  786. <th>Description</th>
  787. </tr>
  788. </thead>
  789. <tbody>
  790. <tr>
  791. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  792. <td><span class="parametername">left</span></td>
  793. <td></td>
  794. </tr>
  795. <tr>
  796. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  797. <td><span class="parametername">right</span></td>
  798. <td></td>
  799. </tr>
  800. </tbody>
  801. </table>
  802. <h5 class="returns">Returns</h5>
  803. <table class="table table-bordered table-striped table-condensed">
  804. <thead>
  805. <tr>
  806. <th>Type</th>
  807. <th>Description</th>
  808. </tr>
  809. </thead>
  810. <tbody>
  811. <tr>
  812. <td><span class="xref">System.Boolean</span></td>
  813. <td></td>
  814. </tr>
  815. </tbody>
  816. </table>
  817. <span class="small pull-right mobile-hide">
  818. <span class="divider">|</span>
  819. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point_op_Subtraction_Terminal_Gui_Point_Terminal_Gui_Size_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point.op_Subtraction(Terminal.Gui.Point%2CTerminal.Gui.Size)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  820. </span>
  821. <span class="small pull-right mobile-hide">
  822. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L98">View Source</a>
  823. </span>
  824. <a id="Terminal_Gui_Point_op_Subtraction_" data-uid="Terminal.Gui.Point.op_Subtraction*"></a>
  825. <h4 id="Terminal_Gui_Point_op_Subtraction_Terminal_Gui_Point_Terminal_Gui_Size_" data-uid="Terminal.Gui.Point.op_Subtraction(Terminal.Gui.Point,Terminal.Gui.Size)">Subtraction(Point, Size)</h4>
  826. <div class="markdown level1 summary">
  827. Subtraction Operator
  828. </div>
  829. <div class="markdown level1 conceptual"></div>
  830. <h5 class="decalaration">Declaration</h5>
  831. <div class="codewrapper">
  832. <pre><code class="lang-csharp hljs">public static Point operator -(Point pt, Size sz)</code></pre>
  833. </div>
  834. <h5 class="parameters">Parameters</h5>
  835. <table class="table table-bordered table-striped table-condensed">
  836. <thead>
  837. <tr>
  838. <th>Type</th>
  839. <th>Name</th>
  840. <th>Description</th>
  841. </tr>
  842. </thead>
  843. <tbody>
  844. <tr>
  845. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  846. <td><span class="parametername">pt</span></td>
  847. <td></td>
  848. </tr>
  849. <tr>
  850. <td><a class="xref" href="Terminal.Gui.Size.html">Size</a></td>
  851. <td><span class="parametername">sz</span></td>
  852. <td></td>
  853. </tr>
  854. </tbody>
  855. </table>
  856. <h5 class="returns">Returns</h5>
  857. <table class="table table-bordered table-striped table-condensed">
  858. <thead>
  859. <tr>
  860. <th>Type</th>
  861. <th>Description</th>
  862. </tr>
  863. </thead>
  864. <tbody>
  865. <tr>
  866. <td><a class="xref" href="Terminal.Gui.Point.html">Point</a></td>
  867. <td></td>
  868. </tr>
  869. </tbody>
  870. </table>
  871. </article>
  872. </div>
  873. <div class="hidden-sm col-md-2" role="complementary">
  874. <div class="sideaffix">
  875. <div class="contribution">
  876. <ul class="nav">
  877. <li>
  878. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Point.md&amp;value=---%0Auid%3A%20Terminal.Gui.Point%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  879. </li>
  880. <li>
  881. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/Point.cs/#L19" class="contribution-link">View Source</a>
  882. </li>
  883. </ul>
  884. </div>
  885. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  886. <h5>In This Article</h5>
  887. <div></div>
  888. </nav>
  889. </div>
  890. </div>
  891. </div>
  892. </div>
  893. <footer>
  894. <div class="grad-bottom"></div>
  895. <div class="footer">
  896. <div class="container">
  897. <span class="pull-right">
  898. <a href="#top">Back to top</a>
  899. </span>
  900. <span>Generated by <strong>DocFX</strong></span>
  901. </div>
  902. </div>
  903. </footer>
  904. </div>
  905. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  906. <script type="text/javascript" src="../../styles/docfx.js"></script>
  907. <script type="text/javascript" src="../../styles/main.js"></script>
  908. </body>
  909. </html>