GraphicsCache.DrawImage(Image, Single, Single) Method
Draws the Image using its original physical size and at the specified location.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.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. |
See Also