Thread
:
Modify a BMP
View Single Post
#
3
(
permalink
)
09-11-2006, 01:28 PM
NeedHelp
Programming God
Join Date: May 2006
Posts: 527
Rep Power:
13
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
NeedHelp
View Public Profile
Send a private message to NeedHelp
Find all posts by NeedHelp