Terminal.Gui.Rect.yml 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Rect
  4. id: Rect
  5. children:
  6. - Terminal.Gui.Rect.#ctor(Terminal.Gui.Point,Terminal.Gui.Size)
  7. - Terminal.Gui.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  8. - Terminal.Gui.Rect.Bottom
  9. - Terminal.Gui.Rect.Contains(Terminal.Gui.Point)
  10. - Terminal.Gui.Rect.Contains(Terminal.Gui.Rect)
  11. - Terminal.Gui.Rect.Contains(System.Int32,System.Int32)
  12. - Terminal.Gui.Rect.Empty
  13. - Terminal.Gui.Rect.Equals(System.Object)
  14. - Terminal.Gui.Rect.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)
  15. - Terminal.Gui.Rect.GetHashCode
  16. - Terminal.Gui.Rect.Height
  17. - Terminal.Gui.Rect.Inflate(Terminal.Gui.Size)
  18. - Terminal.Gui.Rect.Inflate(System.Int32,System.Int32)
  19. - Terminal.Gui.Rect.Inflate(Terminal.Gui.Rect,System.Int32,System.Int32)
  20. - Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect,Terminal.Gui.Rect)
  21. - Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect)
  22. - Terminal.Gui.Rect.IntersectsWith(Terminal.Gui.Rect)
  23. - Terminal.Gui.Rect.IsEmpty
  24. - Terminal.Gui.Rect.Left
  25. - Terminal.Gui.Rect.Location
  26. - Terminal.Gui.Rect.Offset(Terminal.Gui.Point)
  27. - Terminal.Gui.Rect.Offset(System.Int32,System.Int32)
  28. - Terminal.Gui.Rect.op_Equality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  29. - Terminal.Gui.Rect.op_Inequality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  30. - Terminal.Gui.Rect.Right
  31. - Terminal.Gui.Rect.Size
  32. - Terminal.Gui.Rect.Top
  33. - Terminal.Gui.Rect.ToString
  34. - Terminal.Gui.Rect.Union(Terminal.Gui.Rect,Terminal.Gui.Rect)
  35. - Terminal.Gui.Rect.Width
  36. - Terminal.Gui.Rect.X
  37. - Terminal.Gui.Rect.Y
  38. langs:
  39. - csharp
  40. name: Rect
  41. nameWithType: Rect
  42. fullName: Terminal.Gui.Rect
  43. type: Struct
  44. assemblies:
  45. - Terminal.Gui
  46. namespace: Terminal.Gui
  47. summary: Stores a set of four integers that represent the location and size of a rectangle
  48. syntax:
  49. content: public struct Rect
  50. inheritance:
  51. - System.ValueType
  52. implements: []
  53. - uid: Terminal.Gui.Rect.#ctor(Terminal.Gui.Point,Terminal.Gui.Size)
  54. id: '#ctor(Terminal.Gui.Point,Terminal.Gui.Size)'
  55. parent: Terminal.Gui.Rect
  56. langs:
  57. - csharp
  58. name: Rect(Point, Size)
  59. nameWithType: Rect.Rect(Point, Size)
  60. fullName: Rect.Rect(Point, Size)
  61. type: Constructor
  62. assemblies:
  63. - Terminal.Gui
  64. namespace: Terminal.Gui
  65. summary: Rectangle Constructor
  66. remarks: Creates a Rectangle from Point and Size values.
  67. syntax:
  68. content: public Rect (Terminal.Gui.Point location, Terminal.Gui.Size size);
  69. parameters:
  70. - id: location
  71. type: Terminal.Gui.Point
  72. description: To be added.
  73. - id: size
  74. type: Terminal.Gui.Size
  75. description: To be added.
  76. overload: Terminal.Gui.Rect.#ctor*
  77. exceptions: []
  78. - uid: Terminal.Gui.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  79. id: '#ctor(System.Int32,System.Int32,System.Int32,System.Int32)'
  80. parent: Terminal.Gui.Rect
  81. langs:
  82. - csharp
  83. name: Rect(Int32, Int32, Int32, Int32)
  84. nameWithType: Rect.Rect(Int32, Int32, Int32, Int32)
  85. fullName: Rect.Rect(Int32, Int32, Int32, Int32)
  86. type: Constructor
  87. assemblies:
  88. - Terminal.Gui
  89. namespace: Terminal.Gui
  90. summary: Rectangle Constructor
  91. remarks: >-
  92. Creates a Rectangle from a specified x,y location and
  93. width and height values.
  94. syntax:
  95. content: public Rect (int x, int y, int width, int height);
  96. parameters:
  97. - id: x
  98. type: System.Int32
  99. description: To be added.
  100. - id: y
  101. type: System.Int32
  102. description: To be added.
  103. - id: width
  104. type: System.Int32
  105. description: To be added.
  106. - id: height
  107. type: System.Int32
  108. description: To be added.
  109. overload: Terminal.Gui.Rect.#ctor*
  110. exceptions: []
  111. - uid: Terminal.Gui.Rect.Bottom
  112. id: Bottom
  113. parent: Terminal.Gui.Rect
  114. langs:
  115. - csharp
  116. name: Bottom
  117. nameWithType: Rect.Bottom
  118. fullName: Rect.Bottom
  119. type: Property
  120. assemblies:
  121. - Terminal.Gui
  122. namespace: Terminal.Gui
  123. summary: Bottom Property
  124. remarks: >-
  125. The Y coordinate of the bottom edge of the Rectangle.
  126. Read only.
  127. syntax:
  128. content: public int Bottom { get; }
  129. return:
  130. type: System.Int32
  131. description: To be added.
  132. overload: Terminal.Gui.Rect.Bottom*
  133. exceptions: []
  134. - uid: Terminal.Gui.Rect.Contains(Terminal.Gui.Point)
  135. id: Contains(Terminal.Gui.Point)
  136. parent: Terminal.Gui.Rect
  137. langs:
  138. - csharp
  139. name: Contains(Point)
  140. nameWithType: Rect.Contains(Point)
  141. fullName: Rect.Contains(Point)
  142. type: Method
  143. assemblies:
  144. - Terminal.Gui
  145. namespace: Terminal.Gui
  146. summary: Contains Method
  147. remarks: Checks if a Point lies within this Rectangle.
  148. syntax:
  149. content: public bool Contains (Terminal.Gui.Point pt);
  150. parameters:
  151. - id: pt
  152. type: Terminal.Gui.Point
  153. description: To be added.
  154. return:
  155. type: System.Boolean
  156. description: To be added.
  157. overload: Terminal.Gui.Rect.Contains*
  158. exceptions: []
  159. - uid: Terminal.Gui.Rect.Contains(Terminal.Gui.Rect)
  160. id: Contains(Terminal.Gui.Rect)
  161. parent: Terminal.Gui.Rect
  162. langs:
  163. - csharp
  164. name: Contains(Rect)
  165. nameWithType: Rect.Contains(Rect)
  166. fullName: Rect.Contains(Rect)
  167. type: Method
  168. assemblies:
  169. - Terminal.Gui
  170. namespace: Terminal.Gui
  171. summary: Contains Method
  172. remarks: "Checks if a Rectangle lies entirely within this \n Rectangle."
  173. syntax:
  174. content: public bool Contains (Terminal.Gui.Rect rect);
  175. parameters:
  176. - id: rect
  177. type: Terminal.Gui.Rect
  178. description: To be added.
  179. return:
  180. type: System.Boolean
  181. description: To be added.
  182. overload: Terminal.Gui.Rect.Contains*
  183. exceptions: []
  184. - uid: Terminal.Gui.Rect.Contains(System.Int32,System.Int32)
  185. id: Contains(System.Int32,System.Int32)
  186. parent: Terminal.Gui.Rect
  187. langs:
  188. - csharp
  189. name: Contains(Int32, Int32)
  190. nameWithType: Rect.Contains(Int32, Int32)
  191. fullName: Rect.Contains(Int32, Int32)
  192. type: Method
  193. assemblies:
  194. - Terminal.Gui
  195. namespace: Terminal.Gui
  196. summary: Contains Method
  197. remarks: Checks if an x,y coordinate lies within this Rectangle.
  198. syntax:
  199. content: public bool Contains (int x, int y);
  200. parameters:
  201. - id: x
  202. type: System.Int32
  203. description: To be added.
  204. - id: y
  205. type: System.Int32
  206. description: To be added.
  207. return:
  208. type: System.Boolean
  209. description: To be added.
  210. overload: Terminal.Gui.Rect.Contains*
  211. exceptions: []
  212. - uid: Terminal.Gui.Rect.Empty
  213. id: Empty
  214. parent: Terminal.Gui.Rect
  215. langs:
  216. - csharp
  217. name: Empty
  218. nameWithType: Rect.Empty
  219. fullName: Rect.Empty
  220. type: Field
  221. assemblies:
  222. - Terminal.Gui
  223. namespace: Terminal.Gui
  224. summary: Empty Shared Field
  225. remarks: An uninitialized Rectangle Structure.
  226. syntax:
  227. content: public static readonly Terminal.Gui.Rect Empty;
  228. return:
  229. type: Terminal.Gui.Rect
  230. description: To be added.
  231. exceptions: []
  232. - uid: Terminal.Gui.Rect.Equals(System.Object)
  233. id: Equals(System.Object)
  234. parent: Terminal.Gui.Rect
  235. langs:
  236. - csharp
  237. name: Equals(Object)
  238. nameWithType: Rect.Equals(Object)
  239. fullName: Rect.Equals(Object)
  240. type: Method
  241. assemblies:
  242. - Terminal.Gui
  243. namespace: Terminal.Gui
  244. summary: Equals Method
  245. remarks: Checks equivalence of this Rectangle and another object.
  246. syntax:
  247. content: public override bool Equals (object obj);
  248. parameters:
  249. - id: obj
  250. type: System.Object
  251. description: To be added.
  252. return:
  253. type: System.Boolean
  254. description: To be added.
  255. overload: Terminal.Gui.Rect.Equals*
  256. exceptions: []
  257. - uid: Terminal.Gui.Rect.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)
  258. id: FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)
  259. parent: Terminal.Gui.Rect
  260. langs:
  261. - csharp
  262. name: FromLTRB(Int32, Int32, Int32, Int32)
  263. nameWithType: Rect.FromLTRB(Int32, Int32, Int32, Int32)
  264. fullName: Rect.FromLTRB(Int32, Int32, Int32, Int32)
  265. type: Method
  266. assemblies:
  267. - Terminal.Gui
  268. namespace: Terminal.Gui
  269. summary: FromLTRB Shared Method
  270. remarks: >-
  271. Produces a Rectangle structure from left, top, right
  272. and bottom coordinates.
  273. syntax:
  274. content: public static Terminal.Gui.Rect FromLTRB (int left, int top, int right, int bottom);
  275. parameters:
  276. - id: left
  277. type: System.Int32
  278. description: To be added.
  279. - id: top
  280. type: System.Int32
  281. description: To be added.
  282. - id: right
  283. type: System.Int32
  284. description: To be added.
  285. - id: bottom
  286. type: System.Int32
  287. description: To be added.
  288. return:
  289. type: Terminal.Gui.Rect
  290. description: To be added.
  291. overload: Terminal.Gui.Rect.FromLTRB*
  292. exceptions: []
  293. - uid: Terminal.Gui.Rect.GetHashCode
  294. id: GetHashCode
  295. parent: Terminal.Gui.Rect
  296. langs:
  297. - csharp
  298. name: GetHashCode()
  299. nameWithType: Rect.GetHashCode()
  300. fullName: Rect.GetHashCode()
  301. type: Method
  302. assemblies:
  303. - Terminal.Gui
  304. namespace: Terminal.Gui
  305. summary: GetHashCode Method
  306. remarks: Calculates a hashing value.
  307. syntax:
  308. content: public override int GetHashCode ();
  309. parameters: []
  310. return:
  311. type: System.Int32
  312. description: To be added.
  313. overload: Terminal.Gui.Rect.GetHashCode*
  314. exceptions: []
  315. - uid: Terminal.Gui.Rect.Height
  316. id: Height
  317. parent: Terminal.Gui.Rect
  318. langs:
  319. - csharp
  320. name: Height
  321. nameWithType: Rect.Height
  322. fullName: Rect.Height
  323. type: Field
  324. assemblies:
  325. - Terminal.Gui
  326. namespace: Terminal.Gui
  327. summary: Gets or sets the height of this Rectangle structure.
  328. syntax:
  329. content: public int Height;
  330. return:
  331. type: System.Int32
  332. description: To be added.
  333. exceptions: []
  334. - uid: Terminal.Gui.Rect.Inflate(Terminal.Gui.Size)
  335. id: Inflate(Terminal.Gui.Size)
  336. parent: Terminal.Gui.Rect
  337. langs:
  338. - csharp
  339. name: Inflate(Size)
  340. nameWithType: Rect.Inflate(Size)
  341. fullName: Rect.Inflate(Size)
  342. type: Method
  343. assemblies:
  344. - Terminal.Gui
  345. namespace: Terminal.Gui
  346. summary: Inflate Method
  347. remarks: Inflates the Rectangle by a specified Size.
  348. syntax:
  349. content: public void Inflate (Terminal.Gui.Size size);
  350. parameters:
  351. - id: size
  352. type: Terminal.Gui.Size
  353. description: To be added.
  354. overload: Terminal.Gui.Rect.Inflate*
  355. exceptions: []
  356. - uid: Terminal.Gui.Rect.Inflate(System.Int32,System.Int32)
  357. id: Inflate(System.Int32,System.Int32)
  358. parent: Terminal.Gui.Rect
  359. langs:
  360. - csharp
  361. name: Inflate(Int32, Int32)
  362. nameWithType: Rect.Inflate(Int32, Int32)
  363. fullName: Rect.Inflate(Int32, Int32)
  364. type: Method
  365. assemblies:
  366. - Terminal.Gui
  367. namespace: Terminal.Gui
  368. summary: Inflate Method
  369. remarks: Inflates the Rectangle by a specified width and height.
  370. syntax:
  371. content: public void Inflate (int width, int height);
  372. parameters:
  373. - id: width
  374. type: System.Int32
  375. description: To be added.
  376. - id: height
  377. type: System.Int32
  378. description: To be added.
  379. overload: Terminal.Gui.Rect.Inflate*
  380. exceptions: []
  381. - uid: Terminal.Gui.Rect.Inflate(Terminal.Gui.Rect,System.Int32,System.Int32)
  382. id: Inflate(Terminal.Gui.Rect,System.Int32,System.Int32)
  383. parent: Terminal.Gui.Rect
  384. langs:
  385. - csharp
  386. name: Inflate(Rect, Int32, Int32)
  387. nameWithType: Rect.Inflate(Rect, Int32, Int32)
  388. fullName: Rect.Inflate(Rect, Int32, Int32)
  389. type: Method
  390. assemblies:
  391. - Terminal.Gui
  392. namespace: Terminal.Gui
  393. summary: Inflate Shared Method
  394. remarks: "Produces a new Rectangle by inflating an existing \n Rectangle by the specified coordinate values."
  395. syntax:
  396. content: public static Terminal.Gui.Rect Inflate (Terminal.Gui.Rect rect, int x, int y);
  397. parameters:
  398. - id: rect
  399. type: Terminal.Gui.Rect
  400. description: To be added.
  401. - id: x
  402. type: System.Int32
  403. description: To be added.
  404. - id: y
  405. type: System.Int32
  406. description: To be added.
  407. return:
  408. type: Terminal.Gui.Rect
  409. description: To be added.
  410. overload: Terminal.Gui.Rect.Inflate*
  411. exceptions: []
  412. - uid: Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect,Terminal.Gui.Rect)
  413. id: Intersect(Terminal.Gui.Rect,Terminal.Gui.Rect)
  414. parent: Terminal.Gui.Rect
  415. langs:
  416. - csharp
  417. name: Intersect(Rect, Rect)
  418. nameWithType: Rect.Intersect(Rect, Rect)
  419. fullName: Rect.Intersect(Rect, Rect)
  420. type: Method
  421. assemblies:
  422. - Terminal.Gui
  423. namespace: Terminal.Gui
  424. summary: Intersect Shared Method
  425. remarks: "Produces a new Rectangle by intersecting 2 existing \n Rectangles. Returns null if there is no intersection."
  426. syntax:
  427. content: public static Terminal.Gui.Rect Intersect (Terminal.Gui.Rect a, Terminal.Gui.Rect b);
  428. parameters:
  429. - id: a
  430. type: Terminal.Gui.Rect
  431. description: To be added.
  432. - id: b
  433. type: Terminal.Gui.Rect
  434. description: To be added.
  435. return:
  436. type: Terminal.Gui.Rect
  437. description: To be added.
  438. overload: Terminal.Gui.Rect.Intersect*
  439. exceptions: []
  440. - uid: Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect)
  441. id: Intersect(Terminal.Gui.Rect)
  442. parent: Terminal.Gui.Rect
  443. langs:
  444. - csharp
  445. name: Intersect(Rect)
  446. nameWithType: Rect.Intersect(Rect)
  447. fullName: Rect.Intersect(Rect)
  448. type: Method
  449. assemblies:
  450. - Terminal.Gui
  451. namespace: Terminal.Gui
  452. summary: Intersect Method
  453. remarks: >-
  454. Replaces the Rectangle with the intersection of itself
  455. and another Rectangle.
  456. syntax:
  457. content: public void Intersect (Terminal.Gui.Rect rect);
  458. parameters:
  459. - id: rect
  460. type: Terminal.Gui.Rect
  461. description: To be added.
  462. overload: Terminal.Gui.Rect.Intersect*
  463. exceptions: []
  464. - uid: Terminal.Gui.Rect.IntersectsWith(Terminal.Gui.Rect)
  465. id: IntersectsWith(Terminal.Gui.Rect)
  466. parent: Terminal.Gui.Rect
  467. langs:
  468. - csharp
  469. name: IntersectsWith(Rect)
  470. nameWithType: Rect.IntersectsWith(Rect)
  471. fullName: Rect.IntersectsWith(Rect)
  472. type: Method
  473. assemblies:
  474. - Terminal.Gui
  475. namespace: Terminal.Gui
  476. summary: IntersectsWith Method
  477. remarks: Checks if a Rectangle intersects with this one.
  478. syntax:
  479. content: public bool IntersectsWith (Terminal.Gui.Rect rect);
  480. parameters:
  481. - id: rect
  482. type: Terminal.Gui.Rect
  483. description: To be added.
  484. return:
  485. type: System.Boolean
  486. description: To be added.
  487. overload: Terminal.Gui.Rect.IntersectsWith*
  488. exceptions: []
  489. - uid: Terminal.Gui.Rect.IsEmpty
  490. id: IsEmpty
  491. parent: Terminal.Gui.Rect
  492. langs:
  493. - csharp
  494. name: IsEmpty
  495. nameWithType: Rect.IsEmpty
  496. fullName: Rect.IsEmpty
  497. type: Property
  498. assemblies:
  499. - Terminal.Gui
  500. namespace: Terminal.Gui
  501. summary: IsEmpty Property
  502. remarks: Indicates if the width or height are zero. Read only.
  503. syntax:
  504. content: public bool IsEmpty { get; }
  505. return:
  506. type: System.Boolean
  507. description: To be added.
  508. overload: Terminal.Gui.Rect.IsEmpty*
  509. exceptions: []
  510. - uid: Terminal.Gui.Rect.Left
  511. id: Left
  512. parent: Terminal.Gui.Rect
  513. langs:
  514. - csharp
  515. name: Left
  516. nameWithType: Rect.Left
  517. fullName: Rect.Left
  518. type: Property
  519. assemblies:
  520. - Terminal.Gui
  521. namespace: Terminal.Gui
  522. summary: Left Property
  523. remarks: >-
  524. The X coordinate of the left edge of the Rectangle.
  525. Read only.
  526. syntax:
  527. content: public int Left { get; }
  528. return:
  529. type: System.Int32
  530. description: To be added.
  531. overload: Terminal.Gui.Rect.Left*
  532. exceptions: []
  533. - uid: Terminal.Gui.Rect.Location
  534. id: Location
  535. parent: Terminal.Gui.Rect
  536. langs:
  537. - csharp
  538. name: Location
  539. nameWithType: Rect.Location
  540. fullName: Rect.Location
  541. type: Property
  542. assemblies:
  543. - Terminal.Gui
  544. namespace: Terminal.Gui
  545. summary: Location Property
  546. remarks: The Location of the top-left corner of the Rectangle.
  547. syntax:
  548. content: public Terminal.Gui.Point Location { get; set; }
  549. return:
  550. type: Terminal.Gui.Point
  551. description: To be added.
  552. overload: Terminal.Gui.Rect.Location*
  553. exceptions: []
  554. - uid: Terminal.Gui.Rect.Offset(Terminal.Gui.Point)
  555. id: Offset(Terminal.Gui.Point)
  556. parent: Terminal.Gui.Rect
  557. langs:
  558. - csharp
  559. name: Offset(Point)
  560. nameWithType: Rect.Offset(Point)
  561. fullName: Rect.Offset(Point)
  562. type: Method
  563. assemblies:
  564. - Terminal.Gui
  565. namespace: Terminal.Gui
  566. summary: Offset Method
  567. remarks: Moves the Rectangle a specified distance.
  568. syntax:
  569. content: public void Offset (Terminal.Gui.Point pos);
  570. parameters:
  571. - id: pos
  572. type: Terminal.Gui.Point
  573. description: To be added.
  574. overload: Terminal.Gui.Rect.Offset*
  575. exceptions: []
  576. - uid: Terminal.Gui.Rect.Offset(System.Int32,System.Int32)
  577. id: Offset(System.Int32,System.Int32)
  578. parent: Terminal.Gui.Rect
  579. langs:
  580. - csharp
  581. name: Offset(Int32, Int32)
  582. nameWithType: Rect.Offset(Int32, Int32)
  583. fullName: Rect.Offset(Int32, Int32)
  584. type: Method
  585. assemblies:
  586. - Terminal.Gui
  587. namespace: Terminal.Gui
  588. summary: Offset Method
  589. remarks: Moves the Rectangle a specified distance.
  590. syntax:
  591. content: public void Offset (int x, int y);
  592. parameters:
  593. - id: x
  594. type: System.Int32
  595. description: To be added.
  596. - id: y
  597. type: System.Int32
  598. description: To be added.
  599. overload: Terminal.Gui.Rect.Offset*
  600. exceptions: []
  601. - uid: Terminal.Gui.Rect.op_Equality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  602. id: op_Equality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  603. parent: Terminal.Gui.Rect
  604. langs:
  605. - csharp
  606. name: op_Equality(Rect, Rect)
  607. nameWithType: Rect.op_Equality(Rect, Rect)
  608. fullName: Rect.op_Equality(Rect, Rect)
  609. type: Operator
  610. assemblies:
  611. - Terminal.Gui
  612. namespace: Terminal.Gui
  613. summary: Equality Operator
  614. remarks: "Compares two Rectangle objects. The return value is\n based on the equivalence of the Location and Size \n properties of the two Rectangles."
  615. syntax:
  616. content: public static bool op_Equality (Terminal.Gui.Rect left, Terminal.Gui.Rect right);
  617. parameters:
  618. - id: left
  619. type: Terminal.Gui.Rect
  620. description: To be added.
  621. - id: right
  622. type: Terminal.Gui.Rect
  623. description: To be added.
  624. return:
  625. type: System.Boolean
  626. description: To be added.
  627. overload: Terminal.Gui.Rect.op_Equality*
  628. exceptions: []
  629. - uid: Terminal.Gui.Rect.op_Inequality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  630. id: op_Inequality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  631. parent: Terminal.Gui.Rect
  632. langs:
  633. - csharp
  634. name: op_Inequality(Rect, Rect)
  635. nameWithType: Rect.op_Inequality(Rect, Rect)
  636. fullName: Rect.op_Inequality(Rect, Rect)
  637. type: Operator
  638. assemblies:
  639. - Terminal.Gui
  640. namespace: Terminal.Gui
  641. summary: Inequality Operator
  642. remarks: "Compares two Rectangle objects. The return value is\n based on the equivalence of the Location and Size \n properties of the two Rectangles."
  643. syntax:
  644. content: public static bool op_Inequality (Terminal.Gui.Rect left, Terminal.Gui.Rect right);
  645. parameters:
  646. - id: left
  647. type: Terminal.Gui.Rect
  648. description: To be added.
  649. - id: right
  650. type: Terminal.Gui.Rect
  651. description: To be added.
  652. return:
  653. type: System.Boolean
  654. description: To be added.
  655. overload: Terminal.Gui.Rect.op_Inequality*
  656. exceptions: []
  657. - uid: Terminal.Gui.Rect.Right
  658. id: Right
  659. parent: Terminal.Gui.Rect
  660. langs:
  661. - csharp
  662. name: Right
  663. nameWithType: Rect.Right
  664. fullName: Rect.Right
  665. type: Property
  666. assemblies:
  667. - Terminal.Gui
  668. namespace: Terminal.Gui
  669. summary: Right Property
  670. remarks: >-
  671. The X coordinate of the right edge of the Rectangle.
  672. Read only.
  673. syntax:
  674. content: public int Right { get; }
  675. return:
  676. type: System.Int32
  677. description: To be added.
  678. overload: Terminal.Gui.Rect.Right*
  679. exceptions: []
  680. - uid: Terminal.Gui.Rect.Size
  681. id: Size
  682. parent: Terminal.Gui.Rect
  683. langs:
  684. - csharp
  685. name: Size
  686. nameWithType: Rect.Size
  687. fullName: Rect.Size
  688. type: Property
  689. assemblies:
  690. - Terminal.Gui
  691. namespace: Terminal.Gui
  692. summary: Size Property
  693. remarks: The Size of the Rectangle.
  694. syntax:
  695. content: public Terminal.Gui.Size Size { get; set; }
  696. return:
  697. type: Terminal.Gui.Size
  698. description: To be added.
  699. overload: Terminal.Gui.Rect.Size*
  700. exceptions: []
  701. - uid: Terminal.Gui.Rect.Top
  702. id: Top
  703. parent: Terminal.Gui.Rect
  704. langs:
  705. - csharp
  706. name: Top
  707. nameWithType: Rect.Top
  708. fullName: Rect.Top
  709. type: Property
  710. assemblies:
  711. - Terminal.Gui
  712. namespace: Terminal.Gui
  713. summary: Top Property
  714. remarks: >-
  715. The Y coordinate of the top edge of the Rectangle.
  716. Read only.
  717. syntax:
  718. content: public int Top { get; }
  719. return:
  720. type: System.Int32
  721. description: To be added.
  722. overload: Terminal.Gui.Rect.Top*
  723. exceptions: []
  724. - uid: Terminal.Gui.Rect.ToString
  725. id: ToString
  726. parent: Terminal.Gui.Rect
  727. langs:
  728. - csharp
  729. name: ToString()
  730. nameWithType: Rect.ToString()
  731. fullName: Rect.ToString()
  732. type: Method
  733. assemblies:
  734. - Terminal.Gui
  735. namespace: Terminal.Gui
  736. summary: ToString Method
  737. remarks: Formats the Rectangle as a string in (x,y,w,h) notation.
  738. syntax:
  739. content: public override string ToString ();
  740. parameters: []
  741. return:
  742. type: System.String
  743. description: To be added.
  744. overload: Terminal.Gui.Rect.ToString*
  745. exceptions: []
  746. - uid: Terminal.Gui.Rect.Union(Terminal.Gui.Rect,Terminal.Gui.Rect)
  747. id: Union(Terminal.Gui.Rect,Terminal.Gui.Rect)
  748. parent: Terminal.Gui.Rect
  749. langs:
  750. - csharp
  751. name: Union(Rect, Rect)
  752. nameWithType: Rect.Union(Rect, Rect)
  753. fullName: Rect.Union(Rect, Rect)
  754. type: Method
  755. assemblies:
  756. - Terminal.Gui
  757. namespace: Terminal.Gui
  758. summary: Union Shared Method
  759. remarks: "Produces a new Rectangle from the union of 2 existing \n Rectangles."
  760. syntax:
  761. content: public static Terminal.Gui.Rect Union (Terminal.Gui.Rect a, Terminal.Gui.Rect b);
  762. parameters:
  763. - id: a
  764. type: Terminal.Gui.Rect
  765. description: To be added.
  766. - id: b
  767. type: Terminal.Gui.Rect
  768. description: To be added.
  769. return:
  770. type: Terminal.Gui.Rect
  771. description: To be added.
  772. overload: Terminal.Gui.Rect.Union*
  773. exceptions: []
  774. - uid: Terminal.Gui.Rect.Width
  775. id: Width
  776. parent: Terminal.Gui.Rect
  777. langs:
  778. - csharp
  779. name: Width
  780. nameWithType: Rect.Width
  781. fullName: Rect.Width
  782. type: Field
  783. assemblies:
  784. - Terminal.Gui
  785. namespace: Terminal.Gui
  786. summary: Gets or sets the width of this Rect structure.
  787. syntax:
  788. content: public int Width;
  789. return:
  790. type: System.Int32
  791. description: To be added.
  792. exceptions: []
  793. - uid: Terminal.Gui.Rect.X
  794. id: X
  795. parent: Terminal.Gui.Rect
  796. langs:
  797. - csharp
  798. name: X
  799. nameWithType: Rect.X
  800. fullName: Rect.X
  801. type: Field
  802. assemblies:
  803. - Terminal.Gui
  804. namespace: Terminal.Gui
  805. summary: Gets or sets the x-coordinate of the upper-left corner of this Rectangle structure.
  806. syntax:
  807. content: public int X;
  808. return:
  809. type: System.Int32
  810. description: To be added.
  811. exceptions: []
  812. - uid: Terminal.Gui.Rect.Y
  813. id: Y
  814. parent: Terminal.Gui.Rect
  815. langs:
  816. - csharp
  817. name: Y
  818. nameWithType: Rect.Y
  819. fullName: Rect.Y
  820. type: Field
  821. assemblies:
  822. - Terminal.Gui
  823. namespace: Terminal.Gui
  824. summary: Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure.
  825. syntax:
  826. content: public int Y;
  827. return:
  828. type: System.Int32
  829. description: To be added.
  830. exceptions: []
  831. references:
  832. - uid: System.ValueType
  833. parent: System
  834. isExternal: true
  835. name: ValueType
  836. nameWithType: ValueType
  837. fullName: System.ValueType
  838. - uid: Terminal.Gui.Rect.#ctor(Terminal.Gui.Point,Terminal.Gui.Size)
  839. parent: Terminal.Gui.Rect
  840. isExternal: false
  841. name: Rect(Point, Size)
  842. nameWithType: Rect.Rect(Point, Size)
  843. fullName: Rect.Rect(Point, Size)
  844. - uid: Terminal.Gui.Point
  845. parent: Terminal.Gui
  846. isExternal: false
  847. name: Point
  848. nameWithType: Point
  849. fullName: Terminal.Gui.Point
  850. - uid: Terminal.Gui.Size
  851. parent: Terminal.Gui
  852. isExternal: false
  853. name: Size
  854. nameWithType: Size
  855. fullName: Terminal.Gui.Size
  856. - uid: Terminal.Gui.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  857. parent: Terminal.Gui.Rect
  858. isExternal: false
  859. name: Rect(Int32, Int32, Int32, Int32)
  860. nameWithType: Rect.Rect(Int32, Int32, Int32, Int32)
  861. fullName: Rect.Rect(Int32, Int32, Int32, Int32)
  862. - uid: System.Int32
  863. parent: System
  864. isExternal: true
  865. name: Int32
  866. nameWithType: Int32
  867. fullName: System.Int32
  868. - uid: Terminal.Gui.Rect.Bottom
  869. parent: Terminal.Gui.Rect
  870. isExternal: false
  871. name: Bottom
  872. nameWithType: Rect.Bottom
  873. fullName: Rect.Bottom
  874. - uid: Terminal.Gui.Rect.Contains(Terminal.Gui.Point)
  875. parent: Terminal.Gui.Rect
  876. isExternal: false
  877. name: Contains(Point)
  878. nameWithType: Rect.Contains(Point)
  879. fullName: Rect.Contains(Point)
  880. - uid: System.Boolean
  881. parent: System
  882. isExternal: true
  883. name: Boolean
  884. nameWithType: Boolean
  885. fullName: System.Boolean
  886. - uid: Terminal.Gui.Rect.Contains(Terminal.Gui.Rect)
  887. parent: Terminal.Gui.Rect
  888. isExternal: false
  889. name: Contains(Rect)
  890. nameWithType: Rect.Contains(Rect)
  891. fullName: Rect.Contains(Rect)
  892. - uid: Terminal.Gui.Rect
  893. parent: Terminal.Gui
  894. isExternal: false
  895. name: Rect
  896. nameWithType: Rect
  897. fullName: Terminal.Gui.Rect
  898. - uid: Terminal.Gui.Rect.Contains(System.Int32,System.Int32)
  899. parent: Terminal.Gui.Rect
  900. isExternal: false
  901. name: Contains(Int32, Int32)
  902. nameWithType: Rect.Contains(Int32, Int32)
  903. fullName: Rect.Contains(Int32, Int32)
  904. - uid: Terminal.Gui.Rect.Empty
  905. parent: Terminal.Gui.Rect
  906. isExternal: false
  907. name: Empty
  908. nameWithType: Rect.Empty
  909. fullName: Rect.Empty
  910. - uid: Terminal.Gui.Rect.Equals(System.Object)
  911. parent: Terminal.Gui.Rect
  912. isExternal: false
  913. name: Equals(Object)
  914. nameWithType: Rect.Equals(Object)
  915. fullName: Rect.Equals(Object)
  916. - uid: System.Object
  917. parent: System
  918. isExternal: true
  919. name: Object
  920. nameWithType: Object
  921. fullName: System.Object
  922. - uid: Terminal.Gui.Rect.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)
  923. parent: Terminal.Gui.Rect
  924. isExternal: false
  925. name: FromLTRB(Int32, Int32, Int32, Int32)
  926. nameWithType: Rect.FromLTRB(Int32, Int32, Int32, Int32)
  927. fullName: Rect.FromLTRB(Int32, Int32, Int32, Int32)
  928. - uid: Terminal.Gui.Rect.GetHashCode
  929. parent: Terminal.Gui.Rect
  930. isExternal: false
  931. name: GetHashCode()
  932. nameWithType: Rect.GetHashCode()
  933. fullName: Rect.GetHashCode()
  934. - uid: Terminal.Gui.Rect.Height
  935. parent: Terminal.Gui.Rect
  936. isExternal: false
  937. name: Height
  938. nameWithType: Rect.Height
  939. fullName: Rect.Height
  940. - uid: Terminal.Gui.Rect.Inflate(Terminal.Gui.Size)
  941. parent: Terminal.Gui.Rect
  942. isExternal: false
  943. name: Inflate(Size)
  944. nameWithType: Rect.Inflate(Size)
  945. fullName: Rect.Inflate(Size)
  946. - uid: Terminal.Gui.Rect.Inflate(System.Int32,System.Int32)
  947. parent: Terminal.Gui.Rect
  948. isExternal: false
  949. name: Inflate(Int32, Int32)
  950. nameWithType: Rect.Inflate(Int32, Int32)
  951. fullName: Rect.Inflate(Int32, Int32)
  952. - uid: Terminal.Gui.Rect.Inflate(Terminal.Gui.Rect,System.Int32,System.Int32)
  953. parent: Terminal.Gui.Rect
  954. isExternal: false
  955. name: Inflate(Rect, Int32, Int32)
  956. nameWithType: Rect.Inflate(Rect, Int32, Int32)
  957. fullName: Rect.Inflate(Rect, Int32, Int32)
  958. - uid: Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect,Terminal.Gui.Rect)
  959. parent: Terminal.Gui.Rect
  960. isExternal: false
  961. name: Intersect(Rect, Rect)
  962. nameWithType: Rect.Intersect(Rect, Rect)
  963. fullName: Rect.Intersect(Rect, Rect)
  964. - uid: Terminal.Gui.Rect.Intersect(Terminal.Gui.Rect)
  965. parent: Terminal.Gui.Rect
  966. isExternal: false
  967. name: Intersect(Rect)
  968. nameWithType: Rect.Intersect(Rect)
  969. fullName: Rect.Intersect(Rect)
  970. - uid: Terminal.Gui.Rect.IntersectsWith(Terminal.Gui.Rect)
  971. parent: Terminal.Gui.Rect
  972. isExternal: false
  973. name: IntersectsWith(Rect)
  974. nameWithType: Rect.IntersectsWith(Rect)
  975. fullName: Rect.IntersectsWith(Rect)
  976. - uid: Terminal.Gui.Rect.IsEmpty
  977. parent: Terminal.Gui.Rect
  978. isExternal: false
  979. name: IsEmpty
  980. nameWithType: Rect.IsEmpty
  981. fullName: Rect.IsEmpty
  982. - uid: Terminal.Gui.Rect.Left
  983. parent: Terminal.Gui.Rect
  984. isExternal: false
  985. name: Left
  986. nameWithType: Rect.Left
  987. fullName: Rect.Left
  988. - uid: Terminal.Gui.Rect.Location
  989. parent: Terminal.Gui.Rect
  990. isExternal: false
  991. name: Location
  992. nameWithType: Rect.Location
  993. fullName: Rect.Location
  994. - uid: Terminal.Gui.Rect.Offset(Terminal.Gui.Point)
  995. parent: Terminal.Gui.Rect
  996. isExternal: false
  997. name: Offset(Point)
  998. nameWithType: Rect.Offset(Point)
  999. fullName: Rect.Offset(Point)
  1000. - uid: Terminal.Gui.Rect.Offset(System.Int32,System.Int32)
  1001. parent: Terminal.Gui.Rect
  1002. isExternal: false
  1003. name: Offset(Int32, Int32)
  1004. nameWithType: Rect.Offset(Int32, Int32)
  1005. fullName: Rect.Offset(Int32, Int32)
  1006. - uid: Terminal.Gui.Rect.op_Equality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  1007. parent: Terminal.Gui.Rect
  1008. isExternal: false
  1009. name: op_Equality(Rect, Rect)
  1010. nameWithType: Rect.op_Equality(Rect, Rect)
  1011. fullName: Rect.op_Equality(Rect, Rect)
  1012. - uid: Terminal.Gui.Rect.op_Inequality(Terminal.Gui.Rect,Terminal.Gui.Rect)
  1013. parent: Terminal.Gui.Rect
  1014. isExternal: false
  1015. name: op_Inequality(Rect, Rect)
  1016. nameWithType: Rect.op_Inequality(Rect, Rect)
  1017. fullName: Rect.op_Inequality(Rect, Rect)
  1018. - uid: Terminal.Gui.Rect.Right
  1019. parent: Terminal.Gui.Rect
  1020. isExternal: false
  1021. name: Right
  1022. nameWithType: Rect.Right
  1023. fullName: Rect.Right
  1024. - uid: Terminal.Gui.Rect.Size
  1025. parent: Terminal.Gui.Rect
  1026. isExternal: false
  1027. name: Size
  1028. nameWithType: Rect.Size
  1029. fullName: Rect.Size
  1030. - uid: Terminal.Gui.Rect.Top
  1031. parent: Terminal.Gui.Rect
  1032. isExternal: false
  1033. name: Top
  1034. nameWithType: Rect.Top
  1035. fullName: Rect.Top
  1036. - uid: Terminal.Gui.Rect.ToString
  1037. parent: Terminal.Gui.Rect
  1038. isExternal: false
  1039. name: ToString()
  1040. nameWithType: Rect.ToString()
  1041. fullName: Rect.ToString()
  1042. - uid: System.String
  1043. parent: System
  1044. isExternal: true
  1045. name: String
  1046. nameWithType: String
  1047. fullName: System.String
  1048. - uid: Terminal.Gui.Rect.Union(Terminal.Gui.Rect,Terminal.Gui.Rect)
  1049. parent: Terminal.Gui.Rect
  1050. isExternal: false
  1051. name: Union(Rect, Rect)
  1052. nameWithType: Rect.Union(Rect, Rect)
  1053. fullName: Rect.Union(Rect, Rect)
  1054. - uid: Terminal.Gui.Rect.Width
  1055. parent: Terminal.Gui.Rect
  1056. isExternal: false
  1057. name: Width
  1058. nameWithType: Rect.Width
  1059. fullName: Rect.Width
  1060. - uid: Terminal.Gui.Rect.X
  1061. parent: Terminal.Gui.Rect
  1062. isExternal: false
  1063. name: X
  1064. nameWithType: Rect.X
  1065. fullName: Rect.X
  1066. - uid: Terminal.Gui.Rect.Y
  1067. parent: Terminal.Gui.Rect
  1068. isExternal: false
  1069. name: Y
  1070. nameWithType: Rect.Y
  1071. fullName: Rect.Y
  1072. - uid: Terminal.Gui.Rect.#ctor*
  1073. parent: Terminal.Gui.Rect
  1074. isExternal: false
  1075. name: Rect
  1076. nameWithType: Rect.Rect
  1077. fullName: Rect.Rect
  1078. - uid: Terminal.Gui.Rect.Bottom*
  1079. parent: Terminal.Gui.Rect
  1080. isExternal: false
  1081. name: Bottom
  1082. nameWithType: Rect.Bottom
  1083. fullName: Rect.Bottom
  1084. - uid: Terminal.Gui.Rect.Contains*
  1085. parent: Terminal.Gui.Rect
  1086. isExternal: false
  1087. name: Contains
  1088. nameWithType: Rect.Contains
  1089. fullName: Rect.Contains
  1090. - uid: Terminal.Gui.Rect.Equals*
  1091. parent: Terminal.Gui.Rect
  1092. isExternal: false
  1093. name: Equals
  1094. nameWithType: Rect.Equals
  1095. fullName: Rect.Equals
  1096. - uid: Terminal.Gui.Rect.FromLTRB*
  1097. parent: Terminal.Gui.Rect
  1098. isExternal: false
  1099. name: FromLTRB
  1100. nameWithType: Rect.FromLTRB
  1101. fullName: Rect.FromLTRB
  1102. - uid: Terminal.Gui.Rect.GetHashCode*
  1103. parent: Terminal.Gui.Rect
  1104. isExternal: false
  1105. name: GetHashCode
  1106. nameWithType: Rect.GetHashCode
  1107. fullName: Rect.GetHashCode
  1108. - uid: Terminal.Gui.Rect.Inflate*
  1109. parent: Terminal.Gui.Rect
  1110. isExternal: false
  1111. name: Inflate
  1112. nameWithType: Rect.Inflate
  1113. fullName: Rect.Inflate
  1114. - uid: Terminal.Gui.Rect.Intersect*
  1115. parent: Terminal.Gui.Rect
  1116. isExternal: false
  1117. name: Intersect
  1118. nameWithType: Rect.Intersect
  1119. fullName: Rect.Intersect
  1120. - uid: Terminal.Gui.Rect.IntersectsWith*
  1121. parent: Terminal.Gui.Rect
  1122. isExternal: false
  1123. name: IntersectsWith
  1124. nameWithType: Rect.IntersectsWith
  1125. fullName: Rect.IntersectsWith
  1126. - uid: Terminal.Gui.Rect.IsEmpty*
  1127. parent: Terminal.Gui.Rect
  1128. isExternal: false
  1129. name: IsEmpty
  1130. nameWithType: Rect.IsEmpty
  1131. fullName: Rect.IsEmpty
  1132. - uid: Terminal.Gui.Rect.Left*
  1133. parent: Terminal.Gui.Rect
  1134. isExternal: false
  1135. name: Left
  1136. nameWithType: Rect.Left
  1137. fullName: Rect.Left
  1138. - uid: Terminal.Gui.Rect.Location*
  1139. parent: Terminal.Gui.Rect
  1140. isExternal: false
  1141. name: Location
  1142. nameWithType: Rect.Location
  1143. fullName: Rect.Location
  1144. - uid: Terminal.Gui.Rect.Offset*
  1145. parent: Terminal.Gui.Rect
  1146. isExternal: false
  1147. name: Offset
  1148. nameWithType: Rect.Offset
  1149. fullName: Rect.Offset
  1150. - uid: Terminal.Gui.Rect.op_Equality*
  1151. parent: Terminal.Gui.Rect
  1152. isExternal: false
  1153. name: op_Equality
  1154. nameWithType: Rect.op_Equality
  1155. fullName: Rect.op_Equality
  1156. - uid: Terminal.Gui.Rect.op_Inequality*
  1157. parent: Terminal.Gui.Rect
  1158. isExternal: false
  1159. name: op_Inequality
  1160. nameWithType: Rect.op_Inequality
  1161. fullName: Rect.op_Inequality
  1162. - uid: Terminal.Gui.Rect.Right*
  1163. parent: Terminal.Gui.Rect
  1164. isExternal: false
  1165. name: Right
  1166. nameWithType: Rect.Right
  1167. fullName: Rect.Right
  1168. - uid: Terminal.Gui.Rect.Size*
  1169. parent: Terminal.Gui.Rect
  1170. isExternal: false
  1171. name: Size
  1172. nameWithType: Rect.Size
  1173. fullName: Rect.Size
  1174. - uid: Terminal.Gui.Rect.Top*
  1175. parent: Terminal.Gui.Rect
  1176. isExternal: false
  1177. name: Top
  1178. nameWithType: Rect.Top
  1179. fullName: Rect.Top
  1180. - uid: Terminal.Gui.Rect.ToString*
  1181. parent: Terminal.Gui.Rect
  1182. isExternal: false
  1183. name: ToString
  1184. nameWithType: Rect.ToString
  1185. fullName: Rect.ToString
  1186. - uid: Terminal.Gui.Rect.Union*
  1187. parent: Terminal.Gui.Rect
  1188. isExternal: false
  1189. name: Union
  1190. nameWithType: Rect.Union
  1191. fullName: Rect.Union