Thread: Modify a BMP
View Single Post
  #3 (permalink)  
Old 09-11-2006, 01:28 PM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Rep Power: 13
NeedHelp is on a distinguished road
Default

Or you can use

Code:
e.Graphics.DrawImage(Image.FromFile("C:\\pic.bmp"), 0,0,500,500);
Replace 500/500 with your own width and height.
__________________
I Need Help
Reply With Quote