<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Draw Heads up Display (HUD) on the Screen using OpenGL in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603680#M7407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything you can do in XAML you can also do in code. Sounds like you just need to get started with understanding XAML. There are plenty of WPF tutorials out there that I would suggest you go through first.&lt;/P&gt;&lt;P&gt;For example: &lt;A href="https://msdn.microsoft.com/library/ms752299(v=vs.100).aspx" title="https://msdn.microsoft.com/library/ms752299(v=vs.100).aspx"&gt;Walkthrough: Getting Started with WPF&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 20:20:48 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2016-02-29T20:20:48Z</dc:date>
    <item>
      <title>How to Draw Heads up Display (HUD) on the Screen using OpenGL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603677#M7404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using ArcGIS .NET SDK version 10.2.7. I want to draw a HUD on the 3D Scene. I found an example in Esri's web site. But it's for version 9.3 and it does not work on the current version. At leat can you give an example on how to use OpenGL with ArcGIS. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603677#M7404</guid>
      <dc:creator>AlinmamisOlan</dc:creator>
      <dc:date>2016-02-26T23:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Draw Heads up Display (HUD) on the Screen using OpenGL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603678#M7405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply use XAML to overlay elements on top of the SceneView.&lt;/P&gt;&lt;P&gt;Simple example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;Grid&amp;gt;
&amp;nbsp; &amp;lt;esri:SceneView /&amp;gt;
&amp;nbsp; &amp;lt;!--Create red box at the center --&amp;gt;
&amp;nbsp; &amp;lt;Border Width="100" Height="100" BorderThickness="2" BorderBrush="Red"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HorizontalAlignment="Center" VerticalAlignment="Center" /&amp;gt;
&amp;lt;/Grid&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, the .NET Runtime uses DirectX, not OpenGL to render, and there's no direct hook into that rendering pipeline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:52:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603678#M7405</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-12-12T01:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Draw Heads up Display (HUD) on the Screen using OpenGL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603679#M7406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I draw this box using commands? And can I draw dynamic lines on the screen? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 18:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603679#M7406</guid>
      <dc:creator>AlinmamisOlan</dc:creator>
      <dc:date>2016-02-28T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Draw Heads up Display (HUD) on the Screen using OpenGL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603680#M7407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything you can do in XAML you can also do in code. Sounds like you just need to get started with understanding XAML. There are plenty of WPF tutorials out there that I would suggest you go through first.&lt;/P&gt;&lt;P&gt;For example: &lt;A href="https://msdn.microsoft.com/library/ms752299(v=vs.100).aspx" title="https://msdn.microsoft.com/library/ms752299(v=vs.100).aspx"&gt;Walkthrough: Getting Started with WPF&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 20:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-draw-heads-up-display-hud-on-the-screen/m-p/603680#M7407</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-02-29T20:20:48Z</dc:date>
    </item>
  </channel>
</rss>

