The DrawImage methods are used to draw an image at a specified position. Some of the overloads let you specify a color key and a size to which the image is stretched.
|
Name | Description |
---|---|
Draws an image using its original size at the location specified by a coordinate pair. |
|
Draws an image at the specified location using the specified color key, keeping the original size of the image intact. |
|
Draws an image using its original size at the specified location. |
|
Draws an image using its original size at the specified location, using the specified color key. |
|
Draws a portion of an image at the specified location and with the specified size. |
|
Draws a portion of an image at the specified location with the specified size, using the specified color key. |