Esri Maps SDK 200.2.0
I have a CompositeSymbol made up of a PictureMarkerSymbol and optionally a Text Symbol.
The CompositeSymbol is being added to the Graphics collection on a GraphicsOverlay.
This all works very well, until screen scaling is changed from 100% to support a high DPI screen (Microsoft Surface, but simply increasing the scaling above 100% on a standard DPI monitor has the same effect).
The higher screen scaling percentage that is selected, the smaller that the image for the PictureMarkerSymbol is rendered. Ideally I would expect the images to remain a fixed size with respect to the map, as opposed to shrinking as they currently are.
I have attached two images, you can see that the CoT marker is being rendered at exactly the same size in both images, whereas the aircraft PictureMarkerSymbols are the proper size in the first image (100%) and very small in the second image (225%).
Would appreciate some feedback as to whether this is intended operation, or if it is something that can be resolved?
100% scaling
225% scaling