<?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: Identify and graphic PushPin in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115491#M2881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dang...I cant believe I missed that....BUT....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set the offsets to 0 and the Push Pin now displays near the point of click.&amp;nbsp; My normal cursur is an arrow...I look at the arrow and think that the tip of the arrow is where I am pointing......but when I click it seems to be recording the XY more towards the middle of the icon....is this correct?&amp;nbsp; Maybe what I need to do is change the icon to a crosshair?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to happen is the user sees the arrow and points the tip on the object and then the pin part of the push pin locate where the user clicked...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR do I have this wrong and the app is actually recording teh XY at the point of the mouse Icon Arrow?&amp;nbsp; And that I simply need to adjust the graphic to simulate that location....As Long as I know the tip of the arrow is where the XY is being recorded I have no problem....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 12:16:44 GMT</pubDate>
    <dc:creator>JayKappy</dc:creator>
    <dc:date>2010-12-08T12:16:44Z</dc:date>
    <item>
      <title>Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115489#M2879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my app (taken from an esri example) I am doing an identify, on user click in the map its droping an image.&amp;nbsp; In my case an image of a Push Pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT, The image is not appearing where I click on the map.&amp;nbsp; I have attached a word doc showing where I am clicking and where the image is appearing....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I zoom out the image appears to be keepign the same distance on the screen...In this I mean if i zoom in and the image is placed its say 50 miles....when I zoom way out and the image is placed its a thousand miles off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas why the image is not appearing right where the user clicks the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim graphicsLayer As GraphicsLayer = TryCast(MyMap.Layers("MyLayer"), GraphicsLayer)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer.ClearGraphics()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim graphic As New ESRI.ArcGIS.Client.Graphic() With {.Geometry = clickPoint, .Symbol = PushPinPictureSymbol}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer.Graphics.Add(graphic)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 12:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115489#M2879</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2010-12-07T12:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115490#M2880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance I would say that it's a margin or offset issue in your symbol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How is defined your PushPinMarkerSymbol?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 13:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115490#M2880</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-12-07T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115491#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dang...I cant believe I missed that....BUT....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set the offsets to 0 and the Push Pin now displays near the point of click.&amp;nbsp; My normal cursur is an arrow...I look at the arrow and think that the tip of the arrow is where I am pointing......but when I click it seems to be recording the XY more towards the middle of the icon....is this correct?&amp;nbsp; Maybe what I need to do is change the icon to a crosshair?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to happen is the user sees the arrow and points the tip on the object and then the pin part of the push pin locate where the user clicked...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR do I have this wrong and the app is actually recording teh XY at the point of the mouse Icon Arrow?&amp;nbsp; And that I simply need to adjust the graphic to simulate that location....As Long as I know the tip of the arrow is where the XY is being recorded I have no problem....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 12:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115491#M2881</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2010-12-08T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115492#M2882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color: black; font-family: Arial;"&gt;You have to set the OffsetX and OffsetY properties of the symbol with the distance in pixels between the top left of the image and the pin of your symbol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: Arial;"&gt;Example coming from the interactive samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#a31515;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:#a31515;"&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;PictureMarkerSymbol&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; x&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt;Key&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"PinPictureMarkerSymbol"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; OffsetX&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"11"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; OffsetY&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"39"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Source&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"/Assets/images/i_pushpin.png"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt; /&amp;gt;&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115492#M2882</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115493#M2883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I got that part...I guess my last question is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the mouse icon Arrow....does this capture the XY location at the tip of the arrow?&amp;nbsp; I am a bit confused where XY is beign recorded based on the defualt Microsoft looking Arrow icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it as the tip of the arrow then I can easly move the offsets of the Push Pin image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help....very appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 17:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115493#M2883</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2010-12-08T17:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115494#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are talking about Arrow Mouse Cursor, the position it reports is from the tip of the arrow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 18:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115494#M2884</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-08T18:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identify and graphic PushPin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115495#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fantastic...thats what I needed to hear...I am adjusting the Offsets to make the Push Pin Image lay in the correct location....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Know this was a trivial issue but I do thank you for your time and patience.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks dbroux&amp;nbsp; and Jenniferdnery&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 19:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-and-graphic-pushpin/m-p/115495#M2885</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2010-12-08T19:28:31Z</dc:date>
    </item>
  </channel>
</rss>

