GraphicsCache.DrawImage(Image, RectangleF) Method
Draws the Image at the specified location and with the specified 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 | RectangleF | A RectangleF structure that specifies the image location and size. |
See Also