Hi
I'm tryting to create a weather map. Currently, I have two images, the map and an arrow to show wind direction.
I would like to use C# to load the map image(bmp) as a background then paste the arrow on top of the map.
The arrow is currently a png with transparency.
Is this possible ??
Also, is there an easy way to rotate the arrow image in C#??
cheers
A