Join 136,060 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,602 people online right now. Registration is fast and FREE... Join Now!
you need to create to variables like int x =0; and int y=0; then you can programmatically assign values to x and y then pass them in to your image size Bitmap image=new Bitmap(x,y);