Hello,
I created a project that uses DesktopEdition.dll file. I added a bitmap file to my project and i can get it by calling "Properties.Resources.Image1". I want to show a point style in my map control with the added image. I look at the GeoImage constructor and it only takes path, stream or well known data. How can i create a geoimage wtih an embedded image resource?
Thank you