GraphicsCache.DrawImageUnscaled(Image, Rectangle) Method
Draws an image at the specific location using its original physical size.
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. |
rect | Rectangle | A Rectangle structure, whose X and Y properties specify the image upper-left corner coordinates, and Width and Height properties are ignored. |
See Also