Terminal.RadioGroup.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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>Class RadioGroup
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class RadioGroup
  11. ">
  12. <meta name="generator" content="docfx 2.18.2.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="">
  18. <meta property="docfx:tocrel" content="../toc.html">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../../index.html">
  33. <img id="logo" class="svg" src="../../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="Terminal.RadioGroup">
  63. <h1 id="Terminal_RadioGroup" data-uid="Terminal.RadioGroup">Class RadioGroup
  64. </h1>
  65. <div class="markdown level0 summary"><p>Radio group shows a group of labels, only one of those can be selected at a given time</p>
  66. </div>
  67. <div class="markdown level0 conceptual"></div>
  68. <div class="inheritance">
  69. <h5>Inheritance</h5>
  70. <div class="level0"><span class="xref">System.Object</span></div>
  71. <div class="level1"><a class="xref" href="Terminal.Responder.html">Responder</a></div>
  72. <div class="level2"><a class="xref" href="Terminal.View.html">View</a></div>
  73. <div class="level3"><span class="xref">RadioGroup</span></div>
  74. </div>
  75. <div class="inheritedMembers">
  76. <h5>Inherited Members</h5>
  77. <div>
  78. <a class="xref" href="Terminal.Responder.html#Terminal_Responder_CanFocus">Responder.CanFocus</a>
  79. </div>
  80. <div>
  81. <a class="xref" href="Terminal.View.html#Terminal_View_Add_Terminal_View_">View.Add(View)</a>
  82. </div>
  83. <div>
  84. <a class="xref" href="Terminal.View.html#Terminal_View_Add_Terminal_View___">View.Add(View[])</a>
  85. </div>
  86. <div>
  87. <a class="xref" href="Terminal.View.html#Terminal_View_AddCh_System_Int32_System_Int32_System_Int32_">View.AddCh(Int32, Int32, Int32)</a>
  88. </div>
  89. <div>
  90. <a class="xref" href="Terminal.View.html#Terminal_View_Bounds">View.Bounds</a>
  91. </div>
  92. <div>
  93. <a class="xref" href="Terminal.View.html#Terminal_View_ChildNeedsDisplay">View.ChildNeedsDisplay()</a>
  94. </div>
  95. <div>
  96. <a class="xref" href="Terminal.View.html#Terminal_View_Clear">View.Clear()</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="Terminal.View.html#Terminal_View_ClearNeedsDisplay">View.ClearNeedsDisplay()</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="Terminal.View.html#Terminal_View_DrawFrame_Terminal_Rect_System_Boolean_">View.DrawFrame(Rect, Boolean)</a>
  103. </div>
  104. <div>
  105. <a class="xref" href="Terminal.View.html#Terminal_View_DrawHotString_System_String_System_Boolean_Terminal_ColorScheme_">View.DrawHotString(String, Boolean, ColorScheme)</a>
  106. </div>
  107. <div>
  108. <a class="xref" href="Terminal.View.html#Terminal_View_DrawHotString_System_String_Terminal_Attribute_Terminal_Attribute_">View.DrawHotString(String, Attribute, Attribute)</a>
  109. </div>
  110. <div>
  111. <a class="xref" href="Terminal.View.html#Terminal_View_Driver">View.Driver</a>
  112. </div>
  113. <div>
  114. <a class="xref" href="Terminal.View.html#Terminal_View_EnsureFocus">View.EnsureFocus()</a>
  115. </div>
  116. <div>
  117. <a class="xref" href="Terminal.View.html#Terminal_View_Focused">View.Focused</a>
  118. </div>
  119. <div>
  120. <a class="xref" href="Terminal.View.html#Terminal_View_FocusFirst">View.FocusFirst()</a>
  121. </div>
  122. <div>
  123. <a class="xref" href="Terminal.View.html#Terminal_View_FocusLast">View.FocusLast()</a>
  124. </div>
  125. <div>
  126. <a class="xref" href="Terminal.View.html#Terminal_View_FocusNext">View.FocusNext()</a>
  127. </div>
  128. <div>
  129. <a class="xref" href="Terminal.View.html#Terminal_View_FocusPrev">View.FocusPrev()</a>
  130. </div>
  131. <div>
  132. <a class="xref" href="Terminal.View.html#Terminal_View_Frame">View.Frame</a>
  133. </div>
  134. <div>
  135. <a class="xref" href="Terminal.View.html#Terminal_View_GetEnumerator">View.GetEnumerator()</a>
  136. </div>
  137. <div>
  138. <a class="xref" href="Terminal.View.html#Terminal_View_HasFocus">View.HasFocus</a>
  139. </div>
  140. <div>
  141. <a class="xref" href="Terminal.View.html#Terminal_View_Id">View.Id</a>
  142. </div>
  143. <div>
  144. <a class="xref" href="Terminal.View.html#Terminal_View_LayoutSubviews">View.LayoutSubviews()</a>
  145. </div>
  146. <div>
  147. <a class="xref" href="Terminal.View.html#Terminal_View_MostFocused">View.MostFocused</a>
  148. </div>
  149. <div>
  150. <a class="xref" href="Terminal.View.html#Terminal_View_Move_System_Int32_System_Int32_">View.Move(Int32, Int32)</a>
  151. </div>
  152. <div>
  153. <a class="xref" href="Terminal.View.html#Terminal_View_ProcessColdKey_Terminal_KeyEvent_">View.ProcessColdKey(KeyEvent)</a>
  154. </div>
  155. <div>
  156. <a class="xref" href="Terminal.View.html#Terminal_View_Remove_Terminal_View_">View.Remove(View)</a>
  157. </div>
  158. <div>
  159. <a class="xref" href="Terminal.View.html#Terminal_View_RemoveAll">View.RemoveAll()</a>
  160. </div>
  161. <div>
  162. <a class="xref" href="Terminal.View.html#Terminal_View_ScreenToView_System_Int32_System_Int32_">View.ScreenToView(Int32, Int32)</a>
  163. </div>
  164. <div>
  165. <a class="xref" href="Terminal.View.html#Terminal_View_SetFocus_Terminal_View_">View.SetFocus(View)</a>
  166. </div>
  167. <div>
  168. <a class="xref" href="Terminal.View.html#Terminal_View_SetNeedsDisplay">View.SetNeedsDisplay()</a>
  169. </div>
  170. <div>
  171. <a class="xref" href="Terminal.View.html#Terminal_View_SetNeedsDisplay_Terminal_Rect_">View.SetNeedsDisplay(Rect)</a>
  172. </div>
  173. <div>
  174. <a class="xref" href="Terminal.View.html#Terminal_View_Subviews">View.Subviews</a>
  175. </div>
  176. <div>
  177. <a class="xref" href="Terminal.View.html#Terminal_View_SuperView">View.SuperView</a>
  178. </div>
  179. <div>
  180. <a class="xref" href="Terminal.View.html#Terminal_View_ToString">View.ToString()</a>
  181. </div>
  182. <div>
  183. <a class="xref" href="Terminal.View.html#Terminal_View_WantMousePositionReports">View.WantMousePositionReports</a>
  184. </div>
  185. </div>
  186. <h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.html">Terminal</a></h6>
  187. <h6><strong>Assembly</strong>: Terminal.dll</h6>
  188. <h5 id="Terminal_RadioGroup_syntax">Syntax</h5>
  189. <div class="codewrapper">
  190. <pre><code class="lang-csharp hljs">public class RadioGroup : Terminal.View</code></pre>
  191. </div>
  192. <h3 id="constructors">Constructors
  193. </h3>
  194. <a id="Terminal_RadioGroup__ctor_" data-uid="Terminal.RadioGroup.#ctor*"></a>
  195. <h4 id="Terminal_RadioGroup__ctor_Terminal_Rect_System_String___System_Int32_" data-uid="Terminal.RadioGroup.#ctor(Terminal.Rect,System.String[],System.Int32)">RadioGroup(Rect, String[], Int32)</h4>
  196. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Terminal.RadioGroup.html">RadioGroup</a> class
  197. setting up the initial set of radio labels and the item that should be selected.</p>
  198. </div>
  199. <div class="markdown level1 conceptual"></div>
  200. <h5 class="decalaration">Declaration</h5>
  201. <div class="codewrapper">
  202. <pre><code class="lang-csharp hljs">public RadioGroup (Terminal.Rect rect, string[] radioLabels, int selected = 0);</code></pre>
  203. </div>
  204. <h5 class="parameters">Parameters</h5>
  205. <table class="table table-bordered table-striped table-condensed">
  206. <thead>
  207. <tr>
  208. <th>Type</th>
  209. <th>Name</th>
  210. <th>Description</th>
  211. </tr>
  212. </thead>
  213. <tbody>
  214. <tr>
  215. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  216. <td><span class="parametername">rect</span></td>
  217. <td><p>Boundaries for the radio group.</p>
  218. </td>
  219. </tr>
  220. <tr>
  221. <td><span class="xref">System.String</span>[]</td>
  222. <td><span class="parametername">radioLabels</span></td>
  223. <td><p>Radio labels, the strings can contain hotkeys using an undermine before the letter.</p>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td><span class="xref">System.Int32</span></td>
  228. <td><span class="parametername">selected</span></td>
  229. <td><p>The item to be selected, the value is clamped to the number of items.</p>
  230. </td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. <a id="Terminal_RadioGroup__ctor_" data-uid="Terminal.RadioGroup.#ctor*"></a>
  235. <h4 id="Terminal_RadioGroup__ctor_System_Int32_System_Int32_System_String___System_Int32_" data-uid="Terminal.RadioGroup.#ctor(System.Int32,System.Int32,System.String[],System.Int32)">RadioGroup(Int32, Int32, String[], Int32)</h4>
  236. <div class="markdown level1 summary"></div>
  237. <div class="markdown level1 conceptual"></div>
  238. <h5 class="decalaration">Declaration</h5>
  239. <div class="codewrapper">
  240. <pre><code class="lang-csharp hljs">public RadioGroup (int x, int y, string[] radioLabels, int selected = 0);</code></pre>
  241. </div>
  242. <h5 class="parameters">Parameters</h5>
  243. <table class="table table-bordered table-striped table-condensed">
  244. <thead>
  245. <tr>
  246. <th>Type</th>
  247. <th>Name</th>
  248. <th>Description</th>
  249. </tr>
  250. </thead>
  251. <tbody>
  252. <tr>
  253. <td><span class="xref">System.Int32</span></td>
  254. <td><span class="parametername">x</span></td>
  255. <td><p>To be added.</p>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td><span class="xref">System.Int32</span></td>
  260. <td><span class="parametername">y</span></td>
  261. <td><p>To be added.</p>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td><span class="xref">System.String</span>[]</td>
  266. <td><span class="parametername">radioLabels</span></td>
  267. <td><p>To be added.</p>
  268. </td>
  269. </tr>
  270. <tr>
  271. <td><span class="xref">System.Int32</span></td>
  272. <td><span class="parametername">selected</span></td>
  273. <td><p>To be added.</p>
  274. </td>
  275. </tr>
  276. </tbody>
  277. </table>
  278. <h3 id="fields">Fields
  279. </h3>
  280. <h4 id="Terminal_RadioGroup_SelectionChanged" data-uid="Terminal.RadioGroup.SelectionChanged">SelectionChanged</h4>
  281. <div class="markdown level1 summary"></div>
  282. <div class="markdown level1 conceptual"></div>
  283. <h5 class="decalaration">Declaration</h5>
  284. <div class="codewrapper">
  285. <pre><code class="lang-csharp hljs">public Action&lt;int&gt; SelectionChanged;</code></pre>
  286. </div>
  287. <h5 class="fieldValue">Field Value</h5>
  288. <table class="table table-bordered table-striped table-condensed">
  289. <thead>
  290. <tr>
  291. <th>Type</th>
  292. <th>Description</th>
  293. </tr>
  294. </thead>
  295. <tbody>
  296. <tr>
  297. <td><span class="xref">System.Action</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
  298. <td><p>To be added.</p>
  299. </td>
  300. </tr>
  301. </tbody>
  302. </table>
  303. <h3 id="properties">Properties
  304. </h3>
  305. <a id="Terminal_RadioGroup_RadioLabels_" data-uid="Terminal.RadioGroup.RadioLabels*"></a>
  306. <h4 id="Terminal_RadioGroup_RadioLabels" data-uid="Terminal.RadioGroup.RadioLabels">RadioLabels</h4>
  307. <div class="markdown level1 summary"><p>The radio labels to display</p>
  308. </div>
  309. <div class="markdown level1 conceptual"></div>
  310. <h5 class="decalaration">Declaration</h5>
  311. <div class="codewrapper">
  312. <pre><code class="lang-csharp hljs">public string[] RadioLabels { get; set; }</code></pre>
  313. </div>
  314. <h5 class="propertyValue">Property Value</h5>
  315. <table class="table table-bordered table-striped table-condensed">
  316. <thead>
  317. <tr>
  318. <th>Type</th>
  319. <th>Description</th>
  320. </tr>
  321. </thead>
  322. <tbody>
  323. <tr>
  324. <td><span class="xref">System.String</span>[]</td>
  325. <td><p>The radio labels.</p>
  326. </td>
  327. </tr>
  328. </tbody>
  329. </table>
  330. <a id="Terminal_RadioGroup_Selected_" data-uid="Terminal.RadioGroup.Selected*"></a>
  331. <h4 id="Terminal_RadioGroup_Selected" data-uid="Terminal.RadioGroup.Selected">Selected</h4>
  332. <div class="markdown level1 summary"><p>The currently selected item from the list of radio labels</p>
  333. </div>
  334. <div class="markdown level1 conceptual"></div>
  335. <h5 class="decalaration">Declaration</h5>
  336. <div class="codewrapper">
  337. <pre><code class="lang-csharp hljs">public int Selected { get; set; }</code></pre>
  338. </div>
  339. <h5 class="propertyValue">Property Value</h5>
  340. <table class="table table-bordered table-striped table-condensed">
  341. <thead>
  342. <tr>
  343. <th>Type</th>
  344. <th>Description</th>
  345. </tr>
  346. </thead>
  347. <tbody>
  348. <tr>
  349. <td><span class="xref">System.Int32</span></td>
  350. <td><p>The selected.</p>
  351. </td>
  352. </tr>
  353. </tbody>
  354. </table>
  355. <h3 id="methods">Methods
  356. </h3>
  357. <a id="Terminal_RadioGroup_MouseEvent_" data-uid="Terminal.RadioGroup.MouseEvent*"></a>
  358. <h4 id="Terminal_RadioGroup_MouseEvent_Terminal_MouseEvent_" data-uid="Terminal.RadioGroup.MouseEvent(Terminal.MouseEvent)">MouseEvent(MouseEvent)</h4>
  359. <div class="markdown level1 summary"></div>
  360. <div class="markdown level1 conceptual"></div>
  361. <h5 class="decalaration">Declaration</h5>
  362. <div class="codewrapper">
  363. <pre><code class="lang-csharp hljs">public override bool MouseEvent (Terminal.MouseEvent me);</code></pre>
  364. </div>
  365. <h5 class="parameters">Parameters</h5>
  366. <table class="table table-bordered table-striped table-condensed">
  367. <thead>
  368. <tr>
  369. <th>Type</th>
  370. <th>Name</th>
  371. <th>Description</th>
  372. </tr>
  373. </thead>
  374. <tbody>
  375. <tr>
  376. <td><a class="xref" href="Terminal.MouseEvent.html">MouseEvent</a></td>
  377. <td><span class="parametername">me</span></td>
  378. <td><p>To be added.</p>
  379. </td>
  380. </tr>
  381. </tbody>
  382. </table>
  383. <h5 class="returns">Returns</h5>
  384. <table class="table table-bordered table-striped table-condensed">
  385. <thead>
  386. <tr>
  387. <th>Type</th>
  388. <th>Description</th>
  389. </tr>
  390. </thead>
  391. <tbody>
  392. <tr>
  393. <td><span class="xref">System.Boolean</span></td>
  394. <td><p>To be added.</p>
  395. </td>
  396. </tr>
  397. </tbody>
  398. </table>
  399. <a id="Terminal_RadioGroup_PositionCursor_" data-uid="Terminal.RadioGroup.PositionCursor*"></a>
  400. <h4 id="Terminal_RadioGroup_PositionCursor" data-uid="Terminal.RadioGroup.PositionCursor">PositionCursor()</h4>
  401. <div class="markdown level1 summary"></div>
  402. <div class="markdown level1 conceptual"></div>
  403. <h5 class="decalaration">Declaration</h5>
  404. <div class="codewrapper">
  405. <pre><code class="lang-csharp hljs">public override void PositionCursor ();</code></pre>
  406. </div>
  407. <a id="Terminal_RadioGroup_ProcessHotKey_" data-uid="Terminal.RadioGroup.ProcessHotKey*"></a>
  408. <h4 id="Terminal_RadioGroup_ProcessHotKey_Terminal_KeyEvent_" data-uid="Terminal.RadioGroup.ProcessHotKey(Terminal.KeyEvent)">ProcessHotKey(KeyEvent)</h4>
  409. <div class="markdown level1 summary"></div>
  410. <div class="markdown level1 conceptual"></div>
  411. <h5 class="decalaration">Declaration</h5>
  412. <div class="codewrapper">
  413. <pre><code class="lang-csharp hljs">public override bool ProcessHotKey (Terminal.KeyEvent kb);</code></pre>
  414. </div>
  415. <h5 class="parameters">Parameters</h5>
  416. <table class="table table-bordered table-striped table-condensed">
  417. <thead>
  418. <tr>
  419. <th>Type</th>
  420. <th>Name</th>
  421. <th>Description</th>
  422. </tr>
  423. </thead>
  424. <tbody>
  425. <tr>
  426. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  427. <td><span class="parametername">kb</span></td>
  428. <td><p>To be added.</p>
  429. </td>
  430. </tr>
  431. </tbody>
  432. </table>
  433. <h5 class="returns">Returns</h5>
  434. <table class="table table-bordered table-striped table-condensed">
  435. <thead>
  436. <tr>
  437. <th>Type</th>
  438. <th>Description</th>
  439. </tr>
  440. </thead>
  441. <tbody>
  442. <tr>
  443. <td><span class="xref">System.Boolean</span></td>
  444. <td><p>To be added.</p>
  445. </td>
  446. </tr>
  447. </tbody>
  448. </table>
  449. <a id="Terminal_RadioGroup_ProcessKey_" data-uid="Terminal.RadioGroup.ProcessKey*"></a>
  450. <h4 id="Terminal_RadioGroup_ProcessKey_Terminal_KeyEvent_" data-uid="Terminal.RadioGroup.ProcessKey(Terminal.KeyEvent)">ProcessKey(KeyEvent)</h4>
  451. <div class="markdown level1 summary"></div>
  452. <div class="markdown level1 conceptual"></div>
  453. <h5 class="decalaration">Declaration</h5>
  454. <div class="codewrapper">
  455. <pre><code class="lang-csharp hljs">public override bool ProcessKey (Terminal.KeyEvent kb);</code></pre>
  456. </div>
  457. <h5 class="parameters">Parameters</h5>
  458. <table class="table table-bordered table-striped table-condensed">
  459. <thead>
  460. <tr>
  461. <th>Type</th>
  462. <th>Name</th>
  463. <th>Description</th>
  464. </tr>
  465. </thead>
  466. <tbody>
  467. <tr>
  468. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  469. <td><span class="parametername">kb</span></td>
  470. <td><p>To be added.</p>
  471. </td>
  472. </tr>
  473. </tbody>
  474. </table>
  475. <h5 class="returns">Returns</h5>
  476. <table class="table table-bordered table-striped table-condensed">
  477. <thead>
  478. <tr>
  479. <th>Type</th>
  480. <th>Description</th>
  481. </tr>
  482. </thead>
  483. <tbody>
  484. <tr>
  485. <td><span class="xref">System.Boolean</span></td>
  486. <td><p>To be added.</p>
  487. </td>
  488. </tr>
  489. </tbody>
  490. </table>
  491. <a id="Terminal_RadioGroup_Redraw_" data-uid="Terminal.RadioGroup.Redraw*"></a>
  492. <h4 id="Terminal_RadioGroup_Redraw_Terminal_Rect_" data-uid="Terminal.RadioGroup.Redraw(Terminal.Rect)">Redraw(Rect)</h4>
  493. <div class="markdown level1 summary"></div>
  494. <div class="markdown level1 conceptual"></div>
  495. <h5 class="decalaration">Declaration</h5>
  496. <div class="codewrapper">
  497. <pre><code class="lang-csharp hljs">public override void Redraw (Terminal.Rect region);</code></pre>
  498. </div>
  499. <h5 class="parameters">Parameters</h5>
  500. <table class="table table-bordered table-striped table-condensed">
  501. <thead>
  502. <tr>
  503. <th>Type</th>
  504. <th>Name</th>
  505. <th>Description</th>
  506. </tr>
  507. </thead>
  508. <tbody>
  509. <tr>
  510. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  511. <td><span class="parametername">region</span></td>
  512. <td><p>To be added.</p>
  513. </td>
  514. </tr>
  515. </tbody>
  516. </table>
  517. </article>
  518. </div>
  519. <div class="hidden-sm col-md-2" role="complementary">
  520. <div class="sideaffix">
  521. <div class="contribution">
  522. <ul class="nav">
  523. </ul>
  524. </div>
  525. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  526. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  527. </nav>
  528. </div>
  529. </div>
  530. </div>
  531. </div>
  532. <footer>
  533. <div class="grad-bottom"></div>
  534. <div class="footer">
  535. <div class="container">
  536. <span class="pull-right">
  537. <a href="#top">Back to top</a>
  538. </span>
  539. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  540. </div>
  541. </div>
  542. </footer>
  543. </div>
  544. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  545. <script type="text/javascript" src="../../styles/docfx.js"></script>
  546. <script type="text/javascript" src="../../styles/main.js"></script>
  547. </body>
  548. </html>