T
trant
I have a source Bitmap file, lets call it "src" which is 1200x800 pixels
I want to basically take a small region of src where I specify the starting
x,y points and the width,height and then draw it to my Graphics object at a
specific x,y location.
Would one of the 30 overloaded DrawImage methods do this? I cant really tell
which one would do it
I want to basically take a small region of src where I specify the starting
x,y points and the width,height and then draw it to my Graphics object at a
specific x,y location.
Would one of the 30 overloaded DrawImage methods do this? I cant really tell
which one would do it