Hi,
While drawing Great Circle line, it’s not looking clear line(Width=1). I apply Anti alias to map(wfMap.TextRenderingHint = TextRenderingHint.AntiAlias;).Is this anti alias only for Text Style?
Code:1
LineStyles.CreateSimpleLineStyle(GeoColor.SimpleColors.Black, 1, LineDashStyle.Dash, true)
Result:1 (Not Clear Line)
Code:2
LineStyles.CreateSimpleLineStyle(GeoColor.SimpleColors.Black, 1, LineDashStyle.Dash, true)
Result:2 (This One looks better and clear compare to Width=1)
But,I want to set line width=1 with clear render.Suggest me some ideas to achieve it.
thanks,
Riyaz