Graphics.DrawImage

bpayne111

Well-known member
Joined
Feb 28, 2003
Messages
326
Location
BFE
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.
 
Back
Top