Draws the specified System.Drawing.Image object at the specified location and with the original size.
Overload List
| Overload | Description |
| DrawImage(Image,Point) | Draws the specified System.Drawing.Image object at the specified location and with the original size. |
| DrawImage(Image,PointF) | Draws the specified System.Drawing.Image object at the specified location and with the original size. |
| DrawImage(Image,Rectangle) | Draws the specified System.Drawing.Image object at the specified location and with the specified size. |
| DrawImage(Image,RectangleF) | Draws the specified System.Drawing.Image object at the specified location and with the specified size. |
See Also