GraphicsCache.DrawImageUnscaled(Image, Int32, Int32, Int32, Int32) Method
Draws an image at the specific location using its original physical size.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| image | Image | An Image to draw. |
| x | Int32 | An Int32 value that is the x-coordinate of the image upper-left corner. |
| y | Int32 | An Int32 value that is the y-coordinate of the image upper-left corner. |
| width | Int32 | Not used. |
| height | Int32 | Not used. |
See Also