I have have 16x16.png files embedded in my project as resources. I need to get one of these made into a GeoImage so that I can use it as marker in a custom DrawCore method.
I see how to get the GeoImage by reading a file or a stream. Is there a way to get one created from an embedded resource?