Terminal.Gui.Graphs.PathAnnotation.LineF.html 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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 PathAnnotation.LineF
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class PathAnnotation.LineF
  11. ">
  12. <meta name="generator" content="docfx 2.56.7.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="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF">
  73. <h1 id="Terminal_Gui_Graphs_PathAnnotation_LineF" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF" class="text-break">Class PathAnnotation.LineF
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Describes two points in graph space and a line between them
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">PathAnnotation.LineF</span></div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <span class="xref">System.Object.Equals(System.Object)</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.GetHashCode()</span>
  94. </div>
  95. <div>
  96. <span class="xref">System.Object.GetType()</span>
  97. </div>
  98. <div>
  99. <span class="xref">System.Object.MemberwiseClone()</span>
  100. </div>
  101. <div>
  102. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  103. </div>
  104. <div>
  105. <span class="xref">System.Object.ToString()</span>
  106. </div>
  107. </div>
  108. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.Graphs.html">Terminal.Gui.Graphs</a></h6>
  109. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  110. <h5 id="Terminal_Gui_Graphs_PathAnnotation_LineF_syntax">Syntax</h5>
  111. <div class="codewrapper">
  112. <pre><code class="lang-csharp hljs">public class LineF</code></pre>
  113. </div>
  114. <h3 id="constructors">Constructors
  115. </h3>
  116. <a id="Terminal_Gui_Graphs_PathAnnotation_LineF__ctor_" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.#ctor*"></a>
  117. <h4 id="Terminal_Gui_Graphs_PathAnnotation_LineF__ctor_Terminal_Gui_PointF_Terminal_Gui_PointF_" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.#ctor(Terminal.Gui.PointF,Terminal.Gui.PointF)">LineF(PointF, PointF)</h4>
  118. <div class="markdown level1 summary">
  119. Creates a new line between the points
  120. </div>
  121. <div class="markdown level1 conceptual"></div>
  122. <h5 class="decalaration">Declaration</h5>
  123. <div class="codewrapper">
  124. <pre><code class="lang-csharp hljs">public LineF(PointF start, PointF end)</code></pre>
  125. </div>
  126. <h5 class="parameters">Parameters</h5>
  127. <table class="table table-bordered table-striped table-condensed">
  128. <thead>
  129. <tr>
  130. <th>Type</th>
  131. <th>Name</th>
  132. <th>Description</th>
  133. </tr>
  134. </thead>
  135. <tbody>
  136. <tr>
  137. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  138. <td><span class="parametername">start</span></td>
  139. <td></td>
  140. </tr>
  141. <tr>
  142. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  143. <td><span class="parametername">end</span></td>
  144. <td></td>
  145. </tr>
  146. </tbody>
  147. </table>
  148. <h3 id="properties">Properties
  149. </h3>
  150. <a id="Terminal_Gui_Graphs_PathAnnotation_LineF_End_" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.End*"></a>
  151. <h4 id="Terminal_Gui_Graphs_PathAnnotation_LineF_End" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.End">End</h4>
  152. <div class="markdown level1 summary">
  153. The end point of the line
  154. </div>
  155. <div class="markdown level1 conceptual"></div>
  156. <h5 class="decalaration">Declaration</h5>
  157. <div class="codewrapper">
  158. <pre><code class="lang-csharp hljs">public PointF End { get; }</code></pre>
  159. </div>
  160. <h5 class="propertyValue">Property Value</h5>
  161. <table class="table table-bordered table-striped table-condensed">
  162. <thead>
  163. <tr>
  164. <th>Type</th>
  165. <th>Description</th>
  166. </tr>
  167. </thead>
  168. <tbody>
  169. <tr>
  170. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  171. <td></td>
  172. </tr>
  173. </tbody>
  174. </table>
  175. <a id="Terminal_Gui_Graphs_PathAnnotation_LineF_Start_" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.Start*"></a>
  176. <h4 id="Terminal_Gui_Graphs_PathAnnotation_LineF_Start" data-uid="Terminal.Gui.Graphs.PathAnnotation.LineF.Start">Start</h4>
  177. <div class="markdown level1 summary">
  178. The start of the line
  179. </div>
  180. <div class="markdown level1 conceptual"></div>
  181. <h5 class="decalaration">Declaration</h5>
  182. <div class="codewrapper">
  183. <pre><code class="lang-csharp hljs">public PointF Start { get; }</code></pre>
  184. </div>
  185. <h5 class="propertyValue">Property Value</h5>
  186. <table class="table table-bordered table-striped table-condensed">
  187. <thead>
  188. <tr>
  189. <th>Type</th>
  190. <th>Description</th>
  191. </tr>
  192. </thead>
  193. <tbody>
  194. <tr>
  195. <td><a class="xref" href="Terminal.Gui.PointF.html">PointF</a></td>
  196. <td></td>
  197. </tr>
  198. </tbody>
  199. </table>
  200. </article>
  201. </div>
  202. <div class="hidden-sm col-md-2" role="complementary">
  203. <div class="sideaffix">
  204. <div class="contribution">
  205. <ul class="nav">
  206. </ul>
  207. </div>
  208. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  209. <h5>In This Article</h5>
  210. <div></div>
  211. </nav>
  212. </div>
  213. </div>
  214. </div>
  215. </div>
  216. <footer>
  217. <div class="grad-bottom"></div>
  218. <div class="footer">
  219. <div class="container">
  220. <span class="pull-right">
  221. <a href="#top">Back to top</a>
  222. </span>
  223. <span>Generated by <strong>DocFX</strong></span>
  224. </div>
  225. </div>
  226. </footer>
  227. </div>
  228. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  229. <script type="text/javascript" src="../../styles/docfx.js"></script>
  230. <script type="text/javascript" src="../../styles/main.js"></script>
  231. </body>
  232. </html>