|
@@ -10,7 +10,7 @@
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
<meta name="title" content="Class Button
|
|
|
">
|
|
|
- <meta name="generator" content="docfx 2.59.2.0">
|
|
|
+ <meta name="generator" content="docfx 2.59.0.0">
|
|
|
|
|
|
<link rel="shortcut icon" href="../../favicon.ico">
|
|
|
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
|
@@ -294,6 +294,9 @@ Button is a <a class="xref" href="Terminal.Gui.View.html">View</a> that provides
|
|
|
<div>
|
|
|
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearNeedsDisplay">View.ClearNeedsDisplay()</a>
|
|
|
</div>
|
|
|
+ <div>
|
|
|
+ <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Redraw_Terminal_Gui_Rect_">View.Redraw(Rect)</a>
|
|
|
+ </div>
|
|
|
<div>
|
|
|
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawContent">View.DrawContent</a>
|
|
|
</div>
|
|
@@ -1008,33 +1011,6 @@ Virtual method to invoke the <a class="xref" href="Terminal.Gui.Button.html#Term
|
|
|
</table>
|
|
|
<h5 class="overrides">Overrides</h5>
|
|
|
<div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessKey_Terminal_Gui_KeyEvent_">View.ProcessKey(KeyEvent)</a></div>
|
|
|
- <a id="Terminal_Gui_Button_Redraw_" data-uid="Terminal.Gui.Button.Redraw*"></a>
|
|
|
- <h4 id="Terminal_Gui_Button_Redraw_Terminal_Gui_Rect_" data-uid="Terminal.Gui.Button.Redraw(Terminal.Gui.Rect)">Redraw(Rect)</h4>
|
|
|
- <div class="markdown level1 summary"></div>
|
|
|
- <div class="markdown level1 conceptual"></div>
|
|
|
- <h5 class="decalaration">Declaration</h5>
|
|
|
- <div class="codewrapper">
|
|
|
- <pre><code class="lang-csharp hljs">public override void Redraw(Rect bounds)</code></pre>
|
|
|
- </div>
|
|
|
- <h5 class="parameters">Parameters</h5>
|
|
|
- <table class="table table-bordered table-striped table-condensed">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th>Type</th>
|
|
|
- <th>Name</th>
|
|
|
- <th>Description</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
|
|
|
- <td><span class="parametername">bounds</span></td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <h5 class="overrides">Overrides</h5>
|
|
|
- <div><a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Redraw_Terminal_Gui_Rect_">View.Redraw(Rect)</a></div>
|
|
|
<h3 id="events">Events
|
|
|
</h3>
|
|
|
<h4 id="Terminal_Gui_Button_Clicked" data-uid="Terminal.Gui.Button.Clicked">Clicked</h4>
|