Non-square point image does not centre on map correctly
Description
As mentioned here https://github.com/MapWindow/MapWinGIS/issues/45
I load a symbol image like this:
The PNG image is 60 pixels wide and 85 pixels high. When it loads the image with CT.DrawingOptions.Picture then in the img properties the height and width are swapped around. This causes the image not to be centered on its mass when its is later placed on the map.
Environment
None
Activity
Show:
Jerry Faust
November 14, 2017, 6:17 AM
There was an inadvertent swap of the width and height during the load of the image. This has been fixed.