Overload List
| Name | Description | |
|---|---|---|
| DrawImage(Image, Vector) | Draws the specified Image object, using its original physical size, at the specified location.  | |
| DrawImage(Image, VectorRectangle) | Draws the specified Image object at the specified location and with the specified size.  | |
| DrawImage(Image, Double, Double) | Draws the specified image, using its original physical size, at the location specified by a coordinate pair.  | |
| DrawImage(Image, Vector, VectorRectangle, GraphicsUnit) | Draws the specified portion of the specified Image object at the specified location and with the specified size.  | |
| DrawImage(Image, VectorRectangle, VectorRectangle, GraphicsUnit) | Draws the specified portion of the specified Image object at the specified location and with the specified size.  | |
| DrawImage(Image, Double, Double, VectorRectangle, GraphicsUnit) | Draws a portion of an image at a specified location.  | |
| DrawImage(Image, Double, Double, Double, Double) | Draws the specified Image object at the specified location and with the specified size.  |