GraphicsCache.DrawImage(Image, Single, Single, Single, Single) Method
Draws the Image at the specific location and with the specific size.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| image | Image | An Image to draw. |
| x | Single | An Single value that is the x-coordinate of the image upper-left corner. |
| y | Single | An Single value that is the y-coordinate of the image upper-left corner. |
| width | Single | An Single value that is the image width. |
| height | Single | An Single value that is the image height. |
See Also