void DrawImageUnscaled ( Image image, Rectangle rect )
Visual Basic
Copy Code
Sub DrawImageUnscaled( _ imageAs Image, _ rectAs Rectangle _ )
Parameters
image
A .NET Image object to draw.
rect
A .NET Rectangle that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored.