Hi there, I have a bitmap which I get graphics from and draw on. Sometimes the image will be too big for the bitmap bounds however, so I need to increase the dimensions. The constructor in Bitmap that takes an existing one and adjusts the size actually only scales it so this is of no use to me. Any ideas? Cheers
blaXoid@hotmail.com wrote: > Hi there, > > I have a bitmap which I get graphics from and draw on. Sometimes the > image will be too big for the bitmap bounds however, so I need to > increase the dimensions. The constructor in Bitmap that takes an > existing one and adjusts the size actually only scales it so this is > of no use to me. Any ideas? Create a new Bitmap with the desired size and draw the previous bitmap onto it. -- Gran Andersson _____ http://www.guffa.com