Terminal.Gui.SizeF.html 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  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 SizeF
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct SizeF
  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.SizeF">
  74. <h1 id="Terminal_Gui_SizeF" data-uid="Terminal.Gui.SizeF" class="text-break">Struct SizeF
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Represents the size of a rectangular region with an ordered pair of width and height.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="implements">
  81. <h5>Implements</h5>
  82. <div><span class="xref">System.IEquatable</span>&lt;<a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>&gt;</div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.GetType()</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  94. </div>
  95. </div>
  96. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  97. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  98. <h5 id="Terminal_Gui_SizeF_syntax">Syntax</h5>
  99. <div class="codewrapper">
  100. <pre><code class="lang-csharp hljs">public struct SizeF : IEquatable&lt;SizeF&gt;</code></pre>
  101. </div>
  102. <h3 id="constructors">Constructors
  103. </h3>
  104. <span class="small pull-right mobile-hide">
  105. <span class="divider">|</span>
  106. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF__ctor_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.%23ctor(System.Single%2CSystem.Single)%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>
  107. </span>
  108. <span class="small pull-right mobile-hide">
  109. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L45">View Source</a>
  110. </span>
  111. <a id="Terminal_Gui_SizeF__ctor_" data-uid="Terminal.Gui.SizeF.#ctor*"></a>
  112. <h4 id="Terminal_Gui_SizeF__ctor_System_Single_System_Single_" data-uid="Terminal.Gui.SizeF.#ctor(System.Single,System.Single)">SizeF(Single, Single)</h4>
  113. <div class="markdown level1 summary">
  114. Initializes a new instance of the <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> class from the specified dimensions.
  115. </div>
  116. <div class="markdown level1 conceptual"></div>
  117. <h5 class="decalaration">Declaration</h5>
  118. <div class="codewrapper">
  119. <pre><code class="lang-csharp hljs">public SizeF(float width, float height)</code></pre>
  120. </div>
  121. <h5 class="parameters">Parameters</h5>
  122. <table class="table table-bordered table-striped table-condensed">
  123. <thead>
  124. <tr>
  125. <th>Type</th>
  126. <th>Name</th>
  127. <th>Description</th>
  128. </tr>
  129. </thead>
  130. <tbody>
  131. <tr>
  132. <td><span class="xref">System.Single</span></td>
  133. <td><span class="parametername">width</span></td>
  134. <td></td>
  135. </tr>
  136. <tr>
  137. <td><span class="xref">System.Single</span></td>
  138. <td><span class="parametername">height</span></td>
  139. <td></td>
  140. </tr>
  141. </tbody>
  142. </table>
  143. <span class="small pull-right mobile-hide">
  144. <span class="divider">|</span>
  145. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF__ctor_Terminal_Gui_PointF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.%23ctor(Terminal.Gui.PointF)%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>
  146. </span>
  147. <span class="small pull-right mobile-hide">
  148. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L36">View Source</a>
  149. </span>
  150. <a id="Terminal_Gui_SizeF__ctor_" data-uid="Terminal.Gui.SizeF.#ctor*"></a>
  151. <h4 id="Terminal_Gui_SizeF__ctor_Terminal_Gui_PointF_" data-uid="Terminal.Gui.SizeF.#ctor(Terminal.Gui.PointF)">SizeF(PointF)</h4>
  152. <div class="markdown level1 summary">
  153. Initializes a new instance of the <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> class from the specified
  154. <a class="xref" href="Terminal.Gui.PointF.html">PointF</a>.
  155. </div>
  156. <div class="markdown level1 conceptual"></div>
  157. <h5 class="decalaration">Declaration</h5>
  158. <div class="codewrapper">
  159. <pre><code class="lang-csharp hljs">public SizeF(PointF pt)</code></pre>
  160. </div>
  161. <h5 class="parameters">Parameters</h5>
  162. <table class="table table-bordered table-striped table-condensed">
  163. <thead>
  164. <tr>
  165. <th>Type</th>
  166. <th>Name</th>
  167. <th>Description</th>
  168. </tr>
  169. </thead>
  170. <tbody>
  171. <tr>
  172. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  173. <td><span class="parametername">pt</span></td>
  174. <td></td>
  175. </tr>
  176. </tbody>
  177. </table>
  178. <span class="small pull-right mobile-hide">
  179. <span class="divider">|</span>
  180. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF__ctor_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.%23ctor(Terminal.Gui.SizeF)%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>
  181. </span>
  182. <span class="small pull-right mobile-hide">
  183. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L26">View Source</a>
  184. </span>
  185. <a id="Terminal_Gui_SizeF__ctor_" data-uid="Terminal.Gui.SizeF.#ctor*"></a>
  186. <h4 id="Terminal_Gui_SizeF__ctor_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.#ctor(Terminal.Gui.SizeF)">SizeF(SizeF)</h4>
  187. <div class="markdown level1 summary">
  188. Initializes a new instance of the <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> class from the specified
  189. existing <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  190. </div>
  191. <div class="markdown level1 conceptual"></div>
  192. <h5 class="decalaration">Declaration</h5>
  193. <div class="codewrapper">
  194. <pre><code class="lang-csharp hljs">public SizeF(SizeF size)</code></pre>
  195. </div>
  196. <h5 class="parameters">Parameters</h5>
  197. <table class="table table-bordered table-striped table-condensed">
  198. <thead>
  199. <tr>
  200. <th>Type</th>
  201. <th>Name</th>
  202. <th>Description</th>
  203. </tr>
  204. </thead>
  205. <tbody>
  206. <tr>
  207. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  208. <td><span class="parametername">size</span></td>
  209. <td></td>
  210. </tr>
  211. </tbody>
  212. </table>
  213. <h3 id="fields">Fields
  214. </h3>
  215. <span class="small pull-right mobile-hide">
  216. <span class="divider">|</span>
  217. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Empty.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.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>
  218. </span>
  219. <span class="small pull-right mobile-hide">
  220. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L18">View Source</a>
  221. </span>
  222. <h4 id="Terminal_Gui_SizeF_Empty" data-uid="Terminal.Gui.SizeF.Empty">Empty</h4>
  223. <div class="markdown level1 summary">
  224. Initializes a new instance of the <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> class.
  225. </div>
  226. <div class="markdown level1 conceptual"></div>
  227. <h5 class="decalaration">Declaration</h5>
  228. <div class="codewrapper">
  229. <pre><code class="lang-csharp hljs">public static readonly SizeF Empty</code></pre>
  230. </div>
  231. <h5 class="fieldValue">Field Value</h5>
  232. <table class="table table-bordered table-striped table-condensed">
  233. <thead>
  234. <tr>
  235. <th>Type</th>
  236. <th>Description</th>
  237. </tr>
  238. </thead>
  239. <tbody>
  240. <tr>
  241. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  242. <td></td>
  243. </tr>
  244. </tbody>
  245. </table>
  246. <h3 id="properties">Properties
  247. </h3>
  248. <span class="small pull-right mobile-hide">
  249. <span class="divider">|</span>
  250. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Height.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.Height%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>
  251. </span>
  252. <span class="small pull-right mobile-hide">
  253. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L118">View Source</a>
  254. </span>
  255. <a id="Terminal_Gui_SizeF_Height_" data-uid="Terminal.Gui.SizeF.Height*"></a>
  256. <h4 id="Terminal_Gui_SizeF_Height" data-uid="Terminal.Gui.SizeF.Height">Height</h4>
  257. <div class="markdown level1 summary">
  258. Represents the vertical component of this <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  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 float Height { get; set; }</code></pre>
  264. </div>
  265. <h5 class="propertyValue">Property Value</h5>
  266. <table class="table table-bordered table-striped table-condensed">
  267. <thead>
  268. <tr>
  269. <th>Type</th>
  270. <th>Description</th>
  271. </tr>
  272. </thead>
  273. <tbody>
  274. <tr>
  275. <td><span class="xref">System.Single</span></td>
  276. <td></td>
  277. </tr>
  278. </tbody>
  279. </table>
  280. <span class="small pull-right mobile-hide">
  281. <span class="divider">|</span>
  282. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_IsEmpty.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.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>
  283. </span>
  284. <span class="small pull-right mobile-hide">
  285. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L104">View Source</a>
  286. </span>
  287. <a id="Terminal_Gui_SizeF_IsEmpty_" data-uid="Terminal.Gui.SizeF.IsEmpty*"></a>
  288. <h4 id="Terminal_Gui_SizeF_IsEmpty" data-uid="Terminal.Gui.SizeF.IsEmpty">IsEmpty</h4>
  289. <div class="markdown level1 summary">
  290. Tests whether this <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> has zero width and height.
  291. </div>
  292. <div class="markdown level1 conceptual"></div>
  293. <h5 class="decalaration">Declaration</h5>
  294. <div class="codewrapper">
  295. <pre><code class="lang-csharp hljs">[Browsable(false)]
  296. public readonly bool IsEmpty { get; }</code></pre>
  297. </div>
  298. <h5 class="propertyValue">Property Value</h5>
  299. <table class="table table-bordered table-striped table-condensed">
  300. <thead>
  301. <tr>
  302. <th>Type</th>
  303. <th>Description</th>
  304. </tr>
  305. </thead>
  306. <tbody>
  307. <tr>
  308. <td><span class="xref">System.Boolean</span></td>
  309. <td></td>
  310. </tr>
  311. </tbody>
  312. </table>
  313. <span class="small pull-right mobile-hide">
  314. <span class="divider">|</span>
  315. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Width.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.Width%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>
  316. </span>
  317. <span class="small pull-right mobile-hide">
  318. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L110">View Source</a>
  319. </span>
  320. <a id="Terminal_Gui_SizeF_Width_" data-uid="Terminal.Gui.SizeF.Width*"></a>
  321. <h4 id="Terminal_Gui_SizeF_Width" data-uid="Terminal.Gui.SizeF.Width">Width</h4>
  322. <div class="markdown level1 summary">
  323. Represents the horizontal component of this <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  324. </div>
  325. <div class="markdown level1 conceptual"></div>
  326. <h5 class="decalaration">Declaration</h5>
  327. <div class="codewrapper">
  328. <pre><code class="lang-csharp hljs">public float Width { get; set; }</code></pre>
  329. </div>
  330. <h5 class="propertyValue">Property Value</h5>
  331. <table class="table table-bordered table-striped table-condensed">
  332. <thead>
  333. <tr>
  334. <th>Type</th>
  335. <th>Description</th>
  336. </tr>
  337. </thead>
  338. <tbody>
  339. <tr>
  340. <td><span class="xref">System.Single</span></td>
  341. <td></td>
  342. </tr>
  343. </tbody>
  344. </table>
  345. <h3 id="methods">Methods
  346. </h3>
  347. <span class="small pull-right mobile-hide">
  348. <span class="divider">|</span>
  349. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Add_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.Add(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  350. </span>
  351. <span class="small pull-right mobile-hide">
  352. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L126">View Source</a>
  353. </span>
  354. <a id="Terminal_Gui_SizeF_Add_" data-uid="Terminal.Gui.SizeF.Add*"></a>
  355. <h4 id="Terminal_Gui_SizeF_Add_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.Add(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Add(SizeF, SizeF)</h4>
  356. <div class="markdown level1 summary">
  357. Performs vector addition of two <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> objects.
  358. </div>
  359. <div class="markdown level1 conceptual"></div>
  360. <h5 class="decalaration">Declaration</h5>
  361. <div class="codewrapper">
  362. <pre><code class="lang-csharp hljs">public static SizeF Add(SizeF sz1, SizeF sz2)</code></pre>
  363. </div>
  364. <h5 class="parameters">Parameters</h5>
  365. <table class="table table-bordered table-striped table-condensed">
  366. <thead>
  367. <tr>
  368. <th>Type</th>
  369. <th>Name</th>
  370. <th>Description</th>
  371. </tr>
  372. </thead>
  373. <tbody>
  374. <tr>
  375. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  376. <td><span class="parametername">sz1</span></td>
  377. <td></td>
  378. </tr>
  379. <tr>
  380. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  381. <td><span class="parametername">sz2</span></td>
  382. <td></td>
  383. </tr>
  384. </tbody>
  385. </table>
  386. <h5 class="returns">Returns</h5>
  387. <table class="table table-bordered table-striped table-condensed">
  388. <thead>
  389. <tr>
  390. <th>Type</th>
  391. <th>Description</th>
  392. </tr>
  393. </thead>
  394. <tbody>
  395. <tr>
  396. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  397. <td></td>
  398. </tr>
  399. </tbody>
  400. </table>
  401. <span class="small pull-right mobile-hide">
  402. <span class="divider">|</span>
  403. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Equals_System_Object_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.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>
  404. </span>
  405. <span class="small pull-right mobile-hide">
  406. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L137">View Source</a>
  407. </span>
  408. <a id="Terminal_Gui_SizeF_Equals_" data-uid="Terminal.Gui.SizeF.Equals*"></a>
  409. <h4 id="Terminal_Gui_SizeF_Equals_System_Object_" data-uid="Terminal.Gui.SizeF.Equals(System.Object)">Equals(Object)</h4>
  410. <div class="markdown level1 summary">
  411. Tests to see whether the specified object is a <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> with the same dimensions
  412. as this <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  413. </div>
  414. <div class="markdown level1 conceptual"></div>
  415. <h5 class="decalaration">Declaration</h5>
  416. <div class="codewrapper">
  417. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  418. </div>
  419. <h5 class="parameters">Parameters</h5>
  420. <table class="table table-bordered table-striped table-condensed">
  421. <thead>
  422. <tr>
  423. <th>Type</th>
  424. <th>Name</th>
  425. <th>Description</th>
  426. </tr>
  427. </thead>
  428. <tbody>
  429. <tr>
  430. <td><span class="xref">System.Object</span></td>
  431. <td><span class="parametername">obj</span></td>
  432. <td></td>
  433. </tr>
  434. </tbody>
  435. </table>
  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.Boolean</span></td>
  447. <td></td>
  448. </tr>
  449. </tbody>
  450. </table>
  451. <h5 class="overrides">Overrides</h5>
  452. <div><span class="xref">System.ValueType.Equals(System.Object)</span></div>
  453. <span class="small pull-right mobile-hide">
  454. <span class="divider">|</span>
  455. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Equals_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.Equals(Terminal.Gui.SizeF)%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>
  456. </span>
  457. <span class="small pull-right mobile-hide">
  458. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L143">View Source</a>
  459. </span>
  460. <a id="Terminal_Gui_SizeF_Equals_" data-uid="Terminal.Gui.SizeF.Equals*"></a>
  461. <h4 id="Terminal_Gui_SizeF_Equals_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.Equals(Terminal.Gui.SizeF)">Equals(SizeF)</h4>
  462. <div class="markdown level1 summary">
  463. Tests whether two <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> objects are identical.
  464. </div>
  465. <div class="markdown level1 conceptual"></div>
  466. <h5 class="decalaration">Declaration</h5>
  467. <div class="codewrapper">
  468. <pre><code class="lang-csharp hljs">public bool Equals(SizeF other)</code></pre>
  469. </div>
  470. <h5 class="parameters">Parameters</h5>
  471. <table class="table table-bordered table-striped table-condensed">
  472. <thead>
  473. <tr>
  474. <th>Type</th>
  475. <th>Name</th>
  476. <th>Description</th>
  477. </tr>
  478. </thead>
  479. <tbody>
  480. <tr>
  481. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  482. <td><span class="parametername">other</span></td>
  483. <td></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><span class="xref">System.Boolean</span></td>
  498. <td></td>
  499. </tr>
  500. </tbody>
  501. </table>
  502. <span class="small pull-right mobile-hide">
  503. <span class="divider">|</span>
  504. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_GetHashCode.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.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>
  505. </span>
  506. <span class="small pull-right mobile-hide">
  507. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L149">View Source</a>
  508. </span>
  509. <a id="Terminal_Gui_SizeF_GetHashCode_" data-uid="Terminal.Gui.SizeF.GetHashCode*"></a>
  510. <h4 id="Terminal_Gui_SizeF_GetHashCode" data-uid="Terminal.Gui.SizeF.GetHashCode">GetHashCode()</h4>
  511. <div class="markdown level1 summary">
  512. Generates a hashcode from the width and height
  513. </div>
  514. <div class="markdown level1 conceptual"></div>
  515. <h5 class="decalaration">Declaration</h5>
  516. <div class="codewrapper">
  517. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  518. </div>
  519. <h5 class="returns">Returns</h5>
  520. <table class="table table-bordered table-striped table-condensed">
  521. <thead>
  522. <tr>
  523. <th>Type</th>
  524. <th>Description</th>
  525. </tr>
  526. </thead>
  527. <tbody>
  528. <tr>
  529. <td><span class="xref">System.Int32</span></td>
  530. <td></td>
  531. </tr>
  532. </tbody>
  533. </table>
  534. <h5 class="overrides">Overrides</h5>
  535. <div><span class="xref">System.ValueType.GetHashCode()</span></div>
  536. <span class="small pull-right mobile-hide">
  537. <span class="divider">|</span>
  538. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_Subtract_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.Subtract(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  539. </span>
  540. <span class="small pull-right mobile-hide">
  541. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L131">View Source</a>
  542. </span>
  543. <a id="Terminal_Gui_SizeF_Subtract_" data-uid="Terminal.Gui.SizeF.Subtract*"></a>
  544. <h4 id="Terminal_Gui_SizeF_Subtract_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.Subtract(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Subtract(SizeF, SizeF)</h4>
  545. <div class="markdown level1 summary">
  546. Contracts a <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> by another <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  547. </div>
  548. <div class="markdown level1 conceptual"></div>
  549. <h5 class="decalaration">Declaration</h5>
  550. <div class="codewrapper">
  551. <pre><code class="lang-csharp hljs">public static SizeF Subtract(SizeF sz1, SizeF sz2)</code></pre>
  552. </div>
  553. <h5 class="parameters">Parameters</h5>
  554. <table class="table table-bordered table-striped table-condensed">
  555. <thead>
  556. <tr>
  557. <th>Type</th>
  558. <th>Name</th>
  559. <th>Description</th>
  560. </tr>
  561. </thead>
  562. <tbody>
  563. <tr>
  564. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  565. <td><span class="parametername">sz1</span></td>
  566. <td></td>
  567. </tr>
  568. <tr>
  569. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  570. <td><span class="parametername">sz2</span></td>
  571. <td></td>
  572. </tr>
  573. </tbody>
  574. </table>
  575. <h5 class="returns">Returns</h5>
  576. <table class="table table-bordered table-striped table-condensed">
  577. <thead>
  578. <tr>
  579. <th>Type</th>
  580. <th>Description</th>
  581. </tr>
  582. </thead>
  583. <tbody>
  584. <tr>
  585. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  586. <td></td>
  587. </tr>
  588. </tbody>
  589. </table>
  590. <span class="small pull-right mobile-hide">
  591. <span class="divider">|</span>
  592. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_ToString.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.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>
  593. </span>
  594. <span class="small pull-right mobile-hide">
  595. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L157">View Source</a>
  596. </span>
  597. <a id="Terminal_Gui_SizeF_ToString_" data-uid="Terminal.Gui.SizeF.ToString*"></a>
  598. <h4 id="Terminal_Gui_SizeF_ToString" data-uid="Terminal.Gui.SizeF.ToString">ToString()</h4>
  599. <div class="markdown level1 summary">
  600. Creates a human-readable string that represents this <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  601. </div>
  602. <div class="markdown level1 conceptual"></div>
  603. <h5 class="decalaration">Declaration</h5>
  604. <div class="codewrapper">
  605. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  606. </div>
  607. <h5 class="returns">Returns</h5>
  608. <table class="table table-bordered table-striped table-condensed">
  609. <thead>
  610. <tr>
  611. <th>Type</th>
  612. <th>Description</th>
  613. </tr>
  614. </thead>
  615. <tbody>
  616. <tr>
  617. <td><span class="xref">System.String</span></td>
  618. <td></td>
  619. </tr>
  620. </tbody>
  621. </table>
  622. <h5 class="overrides">Overrides</h5>
  623. <div><span class="xref">System.ValueType.ToString()</span></div>
  624. <h3 id="operators">Operators
  625. </h3>
  626. <span class="small pull-right mobile-hide">
  627. <span class="divider">|</span>
  628. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Addition_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Addition(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  629. </span>
  630. <span class="small pull-right mobile-hide">
  631. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L54">View Source</a>
  632. </span>
  633. <a id="Terminal_Gui_SizeF_op_Addition_" data-uid="Terminal.Gui.SizeF.op_Addition*"></a>
  634. <h4 id="Terminal_Gui_SizeF_op_Addition_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.op_Addition(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Addition(SizeF, SizeF)</h4>
  635. <div class="markdown level1 summary">
  636. Performs vector addition of two <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> objects.
  637. </div>
  638. <div class="markdown level1 conceptual"></div>
  639. <h5 class="decalaration">Declaration</h5>
  640. <div class="codewrapper">
  641. <pre><code class="lang-csharp hljs">public static SizeF operator +(SizeF sz1, SizeF sz2)</code></pre>
  642. </div>
  643. <h5 class="parameters">Parameters</h5>
  644. <table class="table table-bordered table-striped table-condensed">
  645. <thead>
  646. <tr>
  647. <th>Type</th>
  648. <th>Name</th>
  649. <th>Description</th>
  650. </tr>
  651. </thead>
  652. <tbody>
  653. <tr>
  654. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  655. <td><span class="parametername">sz1</span></td>
  656. <td></td>
  657. </tr>
  658. <tr>
  659. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  660. <td><span class="parametername">sz2</span></td>
  661. <td></td>
  662. </tr>
  663. </tbody>
  664. </table>
  665. <h5 class="returns">Returns</h5>
  666. <table class="table table-bordered table-striped table-condensed">
  667. <thead>
  668. <tr>
  669. <th>Type</th>
  670. <th>Description</th>
  671. </tr>
  672. </thead>
  673. <tbody>
  674. <tr>
  675. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  676. <td></td>
  677. </tr>
  678. </tbody>
  679. </table>
  680. <span class="small pull-right mobile-hide">
  681. <span class="divider">|</span>
  682. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Division_Terminal_Gui_SizeF_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Division(Terminal.Gui.SizeF%2CSystem.Single)%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>
  683. </span>
  684. <span class="small pull-right mobile-hide">
  685. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L83">View Source</a>
  686. </span>
  687. <a id="Terminal_Gui_SizeF_op_Division_" data-uid="Terminal.Gui.SizeF.op_Division*"></a>
  688. <h4 id="Terminal_Gui_SizeF_op_Division_Terminal_Gui_SizeF_System_Single_" data-uid="Terminal.Gui.SizeF.op_Division(Terminal.Gui.SizeF,System.Single)">Division(SizeF, Single)</h4>
  689. <div class="markdown level1 summary">
  690. Divides <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> by a <span class="xref">System.Single</span> producing <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  691. </div>
  692. <div class="markdown level1 conceptual"></div>
  693. <h5 class="decalaration">Declaration</h5>
  694. <div class="codewrapper">
  695. <pre><code class="lang-csharp hljs">public static SizeF operator /(SizeF left, float right)</code></pre>
  696. </div>
  697. <h5 class="parameters">Parameters</h5>
  698. <table class="table table-bordered table-striped table-condensed">
  699. <thead>
  700. <tr>
  701. <th>Type</th>
  702. <th>Name</th>
  703. <th>Description</th>
  704. </tr>
  705. </thead>
  706. <tbody>
  707. <tr>
  708. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  709. <td><span class="parametername">left</span></td>
  710. <td>Dividend of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  711. </tr>
  712. <tr>
  713. <td><span class="xref">System.Single</span></td>
  714. <td><span class="parametername">right</span></td>
  715. <td>Divisor of type <span class="xref">System.Int32</span>.</td>
  716. </tr>
  717. </tbody>
  718. </table>
  719. <h5 class="returns">Returns</h5>
  720. <table class="table table-bordered table-striped table-condensed">
  721. <thead>
  722. <tr>
  723. <th>Type</th>
  724. <th>Description</th>
  725. </tr>
  726. </thead>
  727. <tbody>
  728. <tr>
  729. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  730. <td>Result of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  731. </tr>
  732. </tbody>
  733. </table>
  734. <span class="small pull-right mobile-hide">
  735. <span class="divider">|</span>
  736. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Equality_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Equality(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  737. </span>
  738. <span class="small pull-right mobile-hide">
  739. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L89">View Source</a>
  740. </span>
  741. <a id="Terminal_Gui_SizeF_op_Equality_" data-uid="Terminal.Gui.SizeF.op_Equality*"></a>
  742. <h4 id="Terminal_Gui_SizeF_op_Equality_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.op_Equality(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Equality(SizeF, SizeF)</h4>
  743. <div class="markdown level1 summary">
  744. Tests whether two <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> objects are identical.
  745. </div>
  746. <div class="markdown level1 conceptual"></div>
  747. <h5 class="decalaration">Declaration</h5>
  748. <div class="codewrapper">
  749. <pre><code class="lang-csharp hljs">public static bool operator ==(SizeF sz1, SizeF sz2)</code></pre>
  750. </div>
  751. <h5 class="parameters">Parameters</h5>
  752. <table class="table table-bordered table-striped table-condensed">
  753. <thead>
  754. <tr>
  755. <th>Type</th>
  756. <th>Name</th>
  757. <th>Description</th>
  758. </tr>
  759. </thead>
  760. <tbody>
  761. <tr>
  762. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  763. <td><span class="parametername">sz1</span></td>
  764. <td></td>
  765. </tr>
  766. <tr>
  767. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  768. <td><span class="parametername">sz2</span></td>
  769. <td></td>
  770. </tr>
  771. </tbody>
  772. </table>
  773. <h5 class="returns">Returns</h5>
  774. <table class="table table-bordered table-striped table-condensed">
  775. <thead>
  776. <tr>
  777. <th>Type</th>
  778. <th>Description</th>
  779. </tr>
  780. </thead>
  781. <tbody>
  782. <tr>
  783. <td><span class="xref">System.Boolean</span></td>
  784. <td></td>
  785. </tr>
  786. </tbody>
  787. </table>
  788. <span class="small pull-right mobile-hide">
  789. <span class="divider">|</span>
  790. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Explicit_Terminal_Gui_SizeF__Terminal_Gui_PointF.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Explicit(Terminal.Gui.SizeF)~Terminal.Gui.PointF%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>
  791. </span>
  792. <span class="small pull-right mobile-hide">
  793. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L99">View Source</a>
  794. </span>
  795. <a id="Terminal_Gui_SizeF_op_Explicit_" data-uid="Terminal.Gui.SizeF.op_Explicit*"></a>
  796. <h4 id="Terminal_Gui_SizeF_op_Explicit_Terminal_Gui_SizeF__Terminal_Gui_PointF" data-uid="Terminal.Gui.SizeF.op_Explicit(Terminal.Gui.SizeF)~Terminal.Gui.PointF">Explicit(SizeF to PointF)</h4>
  797. <div class="markdown level1 summary">
  798. Converts the specified <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> to a <a class="xref" href="Terminal.Gui.PointF.html">PointF</a>.
  799. </div>
  800. <div class="markdown level1 conceptual"></div>
  801. <h5 class="decalaration">Declaration</h5>
  802. <div class="codewrapper">
  803. <pre><code class="lang-csharp hljs">public static explicit operator PointF(SizeF size)</code></pre>
  804. </div>
  805. <h5 class="parameters">Parameters</h5>
  806. <table class="table table-bordered table-striped table-condensed">
  807. <thead>
  808. <tr>
  809. <th>Type</th>
  810. <th>Name</th>
  811. <th>Description</th>
  812. </tr>
  813. </thead>
  814. <tbody>
  815. <tr>
  816. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  817. <td><span class="parametername">size</span></td>
  818. <td></td>
  819. </tr>
  820. </tbody>
  821. </table>
  822. <h5 class="returns">Returns</h5>
  823. <table class="table table-bordered table-striped table-condensed">
  824. <thead>
  825. <tr>
  826. <th>Type</th>
  827. <th>Description</th>
  828. </tr>
  829. </thead>
  830. <tbody>
  831. <tr>
  832. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  833. <td></td>
  834. </tr>
  835. </tbody>
  836. </table>
  837. <span class="small pull-right mobile-hide">
  838. <span class="divider">|</span>
  839. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Inequality_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Inequality(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  840. </span>
  841. <span class="small pull-right mobile-hide">
  842. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L94">View Source</a>
  843. </span>
  844. <a id="Terminal_Gui_SizeF_op_Inequality_" data-uid="Terminal.Gui.SizeF.op_Inequality*"></a>
  845. <h4 id="Terminal_Gui_SizeF_op_Inequality_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.op_Inequality(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Inequality(SizeF, SizeF)</h4>
  846. <div class="markdown level1 summary">
  847. Tests whether two <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> objects are different.
  848. </div>
  849. <div class="markdown level1 conceptual"></div>
  850. <h5 class="decalaration">Declaration</h5>
  851. <div class="codewrapper">
  852. <pre><code class="lang-csharp hljs">public static bool operator !=(SizeF sz1, SizeF sz2)</code></pre>
  853. </div>
  854. <h5 class="parameters">Parameters</h5>
  855. <table class="table table-bordered table-striped table-condensed">
  856. <thead>
  857. <tr>
  858. <th>Type</th>
  859. <th>Name</th>
  860. <th>Description</th>
  861. </tr>
  862. </thead>
  863. <tbody>
  864. <tr>
  865. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  866. <td><span class="parametername">sz1</span></td>
  867. <td></td>
  868. </tr>
  869. <tr>
  870. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  871. <td><span class="parametername">sz2</span></td>
  872. <td></td>
  873. </tr>
  874. </tbody>
  875. </table>
  876. <h5 class="returns">Returns</h5>
  877. <table class="table table-bordered table-striped table-condensed">
  878. <thead>
  879. <tr>
  880. <th>Type</th>
  881. <th>Description</th>
  882. </tr>
  883. </thead>
  884. <tbody>
  885. <tr>
  886. <td><span class="xref">System.Boolean</span></td>
  887. <td></td>
  888. </tr>
  889. </tbody>
  890. </table>
  891. <span class="small pull-right mobile-hide">
  892. <span class="divider">|</span>
  893. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Multiply_System_Single_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Multiply(System.Single%2CTerminal.Gui.SizeF)%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>
  894. </span>
  895. <span class="small pull-right mobile-hide">
  896. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L67">View Source</a>
  897. </span>
  898. <a id="Terminal_Gui_SizeF_op_Multiply_" data-uid="Terminal.Gui.SizeF.op_Multiply*"></a>
  899. <h4 id="Terminal_Gui_SizeF_op_Multiply_System_Single_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.op_Multiply(System.Single,Terminal.Gui.SizeF)">Multiply(Single, SizeF)</h4>
  900. <div class="markdown level1 summary">
  901. Multiplies <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> by a <span class="xref">System.Single</span> producing <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  902. </div>
  903. <div class="markdown level1 conceptual"></div>
  904. <h5 class="decalaration">Declaration</h5>
  905. <div class="codewrapper">
  906. <pre><code class="lang-csharp hljs">public static SizeF operator *(float left, SizeF right)</code></pre>
  907. </div>
  908. <h5 class="parameters">Parameters</h5>
  909. <table class="table table-bordered table-striped table-condensed">
  910. <thead>
  911. <tr>
  912. <th>Type</th>
  913. <th>Name</th>
  914. <th>Description</th>
  915. </tr>
  916. </thead>
  917. <tbody>
  918. <tr>
  919. <td><span class="xref">System.Single</span></td>
  920. <td><span class="parametername">left</span></td>
  921. <td>Multiplier of type <span class="xref">System.Single</span>.</td>
  922. </tr>
  923. <tr>
  924. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  925. <td><span class="parametername">right</span></td>
  926. <td>Multiplicand of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  927. </tr>
  928. </tbody>
  929. </table>
  930. <h5 class="returns">Returns</h5>
  931. <table class="table table-bordered table-striped table-condensed">
  932. <thead>
  933. <tr>
  934. <th>Type</th>
  935. <th>Description</th>
  936. </tr>
  937. </thead>
  938. <tbody>
  939. <tr>
  940. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  941. <td>Product of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  942. </tr>
  943. </tbody>
  944. </table>
  945. <span class="small pull-right mobile-hide">
  946. <span class="divider">|</span>
  947. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Multiply_Terminal_Gui_SizeF_System_Single_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Multiply(Terminal.Gui.SizeF%2CSystem.Single)%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>
  948. </span>
  949. <span class="small pull-right mobile-hide">
  950. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L75">View Source</a>
  951. </span>
  952. <a id="Terminal_Gui_SizeF_op_Multiply_" data-uid="Terminal.Gui.SizeF.op_Multiply*"></a>
  953. <h4 id="Terminal_Gui_SizeF_op_Multiply_Terminal_Gui_SizeF_System_Single_" data-uid="Terminal.Gui.SizeF.op_Multiply(Terminal.Gui.SizeF,System.Single)">Multiply(SizeF, Single)</h4>
  954. <div class="markdown level1 summary">
  955. Multiplies <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> by a <span class="xref">System.Single</span> producing <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.
  956. </div>
  957. <div class="markdown level1 conceptual"></div>
  958. <h5 class="decalaration">Declaration</h5>
  959. <div class="codewrapper">
  960. <pre><code class="lang-csharp hljs">public static SizeF operator *(SizeF left, float right)</code></pre>
  961. </div>
  962. <h5 class="parameters">Parameters</h5>
  963. <table class="table table-bordered table-striped table-condensed">
  964. <thead>
  965. <tr>
  966. <th>Type</th>
  967. <th>Name</th>
  968. <th>Description</th>
  969. </tr>
  970. </thead>
  971. <tbody>
  972. <tr>
  973. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  974. <td><span class="parametername">left</span></td>
  975. <td>Multiplicand of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  976. </tr>
  977. <tr>
  978. <td><span class="xref">System.Single</span></td>
  979. <td><span class="parametername">right</span></td>
  980. <td>Multiplier of type <span class="xref">System.Single</span>.</td>
  981. </tr>
  982. </tbody>
  983. </table>
  984. <h5 class="returns">Returns</h5>
  985. <table class="table table-bordered table-striped table-condensed">
  986. <thead>
  987. <tr>
  988. <th>Type</th>
  989. <th>Description</th>
  990. </tr>
  991. </thead>
  992. <tbody>
  993. <tr>
  994. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  995. <td>Product of type <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>.</td>
  996. </tr>
  997. </tbody>
  998. </table>
  999. <span class="small pull-right mobile-hide">
  1000. <span class="divider">|</span>
  1001. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF_op_Subtraction_Terminal_Gui_SizeF_Terminal_Gui_SizeF_.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF.op_Subtraction(Terminal.Gui.SizeF%2CTerminal.Gui.SizeF)%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>
  1002. </span>
  1003. <span class="small pull-right mobile-hide">
  1004. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L59">View Source</a>
  1005. </span>
  1006. <a id="Terminal_Gui_SizeF_op_Subtraction_" data-uid="Terminal.Gui.SizeF.op_Subtraction*"></a>
  1007. <h4 id="Terminal_Gui_SizeF_op_Subtraction_Terminal_Gui_SizeF_Terminal_Gui_SizeF_" data-uid="Terminal.Gui.SizeF.op_Subtraction(Terminal.Gui.SizeF,Terminal.Gui.SizeF)">Subtraction(SizeF, SizeF)</h4>
  1008. <div class="markdown level1 summary">
  1009. Contracts a <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a> by another <a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a>
  1010. </div>
  1011. <div class="markdown level1 conceptual"></div>
  1012. <h5 class="decalaration">Declaration</h5>
  1013. <div class="codewrapper">
  1014. <pre><code class="lang-csharp hljs">public static SizeF operator -(SizeF sz1, SizeF sz2)</code></pre>
  1015. </div>
  1016. <h5 class="parameters">Parameters</h5>
  1017. <table class="table table-bordered table-striped table-condensed">
  1018. <thead>
  1019. <tr>
  1020. <th>Type</th>
  1021. <th>Name</th>
  1022. <th>Description</th>
  1023. </tr>
  1024. </thead>
  1025. <tbody>
  1026. <tr>
  1027. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  1028. <td><span class="parametername">sz1</span></td>
  1029. <td></td>
  1030. </tr>
  1031. <tr>
  1032. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  1033. <td><span class="parametername">sz2</span></td>
  1034. <td></td>
  1035. </tr>
  1036. </tbody>
  1037. </table>
  1038. <h5 class="returns">Returns</h5>
  1039. <table class="table table-bordered table-striped table-condensed">
  1040. <thead>
  1041. <tr>
  1042. <th>Type</th>
  1043. <th>Description</th>
  1044. </tr>
  1045. </thead>
  1046. <tbody>
  1047. <tr>
  1048. <td><a class="xref" href="Terminal.Gui.SizeF.html">SizeF</a></td>
  1049. <td></td>
  1050. </tr>
  1051. </tbody>
  1052. </table>
  1053. <h3 id="implements">Implements</h3>
  1054. <div>
  1055. <span class="xref">System.IEquatable&lt;T&gt;</span>
  1056. </div>
  1057. </article>
  1058. </div>
  1059. <div class="hidden-sm col-md-2" role="complementary">
  1060. <div class="sideaffix">
  1061. <div class="contribution">
  1062. <ul class="nav">
  1063. <li>
  1064. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_SizeF.md&amp;value=---%0Auid%3A%20Terminal.Gui.SizeF%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>
  1065. </li>
  1066. <li>
  1067. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Types/SizeF.cs/#L14" class="contribution-link">View Source</a>
  1068. </li>
  1069. </ul>
  1070. </div>
  1071. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1072. <h5>In This Article</h5>
  1073. <div></div>
  1074. </nav>
  1075. </div>
  1076. </div>
  1077. </div>
  1078. </div>
  1079. <footer>
  1080. <div class="grad-bottom"></div>
  1081. <div class="footer">
  1082. <div class="container">
  1083. <span class="pull-right">
  1084. <a href="#top">Back to top</a>
  1085. </span>
  1086. <span>Generated by <strong>DocFX</strong></span>
  1087. </div>
  1088. </div>
  1089. </footer>
  1090. </div>
  1091. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1092. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1093. <script type="text/javascript" src="../../styles/main.js"></script>
  1094. </body>
  1095. </html>