GraphicsCache.DrawImage(Image, PointF) Method
Draws the Image with 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. |
point | PointF | A PointF structure that specifies the image upper-left corner’s location. |
See Also