Hi,
In v14, this code doesn’t add my image to the bottom right of the map. Right now, I just see powered by MapSuite which I don’t want to be visible
// Create our GraphicLogAdornmentLayer and specify the graphic we want to use
GraphicLogoAdornmentLayer graphicLogoAdornmentLayer = new GraphicLogoAdornmentLayer();
graphicLogoAdornmentLayer.LogoImage = new Bitmap(Properties.Resources.ACTeQ_Logo, new Size(80, 80));
WinMap.AdornmentOverlay.Layers.Add(graphicLogoAdornmentLayer);
Regards,
Damian