Prev: Microsoft Responds to the Evolution of Online Communities
Next: A few basic questions for a newb coming from VB6
From: bourkeyo on 4 May 2010 23:51 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 5 May 2010 09:32
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/> |