Hi,
I am trying to draw a number of images (32x32) onto an InMemortFeatureLayer. I have done this by inheriting my own PointStyle class and overriding the DrawCore.
This works very well, however I sometime need multiple images at the same point. So here is what i want to do.
Draw small dot at the actual X,Y location (i have done this already )
Draw the images but offset them so that the do not overlap
Draw a small line from the where offset image to the small black dot.
Any thoughts on how this could be done ?