DXGraphics.DrawImage Method
| Name | Parameters | Description |
|---|---|---|
| DrawImage(DXImage, RectangleF, RectangleF) | image, destRect, srcRect | Draws a portion of the image so that it fits into the specified rectnangle. |
| DrawImage(DXImage, RectangleF) | image, rect | Draws an image so that it fits into the specified rectnagle. |
| DrawImage(DXImage, Int32, Int32) | image, x, y | Draws an image at the specified location. |