Overload List
| Name | Description | |
|---|---|---|
| DrawImage(Image, Int32, Int32) |
Draws the specified image image, using its original physical size, at the specified location.
| |
| DrawImage(String, Int32, Int32) |
Draws the specified image fileName, using its original physical size, at the specified location.
| |
| DrawImage(Image, Int32, Int32, Int32, Int32) |
Draws the specified image image, using the specified size, at the specified location.
| |
| DrawImage(String, Int32, Int32, Int32, Int32) |
Draws the specified image fileName, using the specified size, at the specified location.
|