If I attempt to draw a bitmap with the overloaded Drawing.Grahpics.DrawImage(image as Bitmap,rect as Rectangle)
Must the rectangle parameter correspond to the size of the image? If not what happens to it when the rectangle is larger? Smaller?
Just wondering im getting an error and i wonder if that could be the issue.
Must the rectangle parameter correspond to the size of the image? If not what happens to it when the rectangle is larger? Smaller?
Just wondering im getting an error and i wonder if that could be the issue.