From: bourkeyo on
Hey guys,

Basically I have two pictures:

A map (quite a large picture)
A symbol (quite small and to be placed over the map at specified points)

Anyone have any idea how I could go about this?

Thanks in advance for any help!

From: Herfried K. Wagner [MVP] on
Am 05.05.2010 05:51, schrieb bourkeyo:
> Basically I have two pictures:
>
> A map (quite a large picture)
> A symbol (quite small and to be placed over the map at specified points)
>
> Anyone have any idea how I could go about this?

Take a look at the following classes/methods:

'Bitmap': Constructor and 'Save' method.
'Graphics': Methods 'FromImage' and 'DrawImage'.

If you still have questions, feel free to ask :-)!

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>