<?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 How do I fix the fuzzy rendering? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-fix-the-fuzzy-rendering/m-p/49270#M535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ArcGIS Runtime for WPF, the map was rendered fuzzy unless you set UseLayoutRounding to 'True' for the esri:Map control. In the new .NET API, I cannot set this value for the Map control. I can only set it on the MapView and it doesn't do the trick. See the samples below: Image on left is .NET, image on right is WPF. Does anyone know what the new approach to fixing "fuzziness" is? I am using local dynamic layers (referencing sde data), not tiled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you could offer.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86277" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/86277_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 19:24:53 GMT</pubDate>
    <dc:creator>DougGreen2</dc:creator>
    <dc:date>2015-04-17T19:24:53Z</dc:date>
    <item>
      <title>How do I fix the fuzzy rendering?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-fix-the-fuzzy-rendering/m-p/49270#M535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ArcGIS Runtime for WPF, the map was rendered fuzzy unless you set UseLayoutRounding to 'True' for the esri:Map control. In the new .NET API, I cannot set this value for the Map control. I can only set it on the MapView and it doesn't do the trick. See the samples below: Image on left is .NET, image on right is WPF. Does anyone know what the new approach to fixing "fuzziness" is? I am using local dynamic layers (referencing sde data), not tiled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you could offer.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86277" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/86277_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:24:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-fix-the-fuzzy-rendering/m-p/49270#M535</guid>
      <dc:creator>DougGreen2</dc:creator>
      <dc:date>2015-04-17T19:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix the fuzzy rendering?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-fix-the-fuzzy-rendering/m-p/49271#M536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure this is the "proper" answer, however I was having a similar issue and this helped quite a bit.&amp;nbsp; My team lead sent me a sample, and I noticed his basemap renders very crisp/clear, while mine was rendering fuzzy.&amp;nbsp; I messed with it for quite some time (we're both using the .NET Runtime SDK, not the WPF SDK), and this is what I came up with.&amp;nbsp; The Grid element I'm speaking of is my topmost container element on the window (&amp;lt;Window...&amp;gt;&amp;lt;Grid...&amp;gt;&amp;lt;MapView.../&amp;gt;&amp;lt;/Grid&amp;gt;&amp;lt;/Window&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originally my Grid (5 x 5) had controls along the top, left and right edges with the map in the middle of the window:&lt;/P&gt;&lt;P&gt;&amp;lt;esri:MapView ... Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" Grid.RowSpan="4"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as I set the MapView to start drawing from the top left of the window, and just let my controls draw on top of the map, it started rendering much more clearly.&amp;nbsp; While this is &lt;STRONG&gt;a lot better&lt;/STRONG&gt; than it was, &lt;STRONG&gt;it still isn't rendering nearly as crisp as your WPF example.&lt;/STRONG&gt;&amp;nbsp; So if you happened to find something more solid please share it with us here, but this definitely made mine more clear.&lt;/P&gt;&lt;P&gt;&amp;lt;esri:MapView ... Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="5" Grid.RowSpan="5"&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 21:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-fix-the-fuzzy-rendering/m-p/49271#M536</guid>
      <dc:creator>MichaelCaruana</dc:creator>
      <dc:date>2015-06-08T21:58:14Z</dc:date>
    </item>
  </channel>
</rss>

