GraphicsCache.DrawIconUnstretched(Icon, Rectangle) Method
Draws the image represented by the specified Icon without scaling the image.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
icon | Icon | Icon to draw. |
targetRect | Rectangle | Rectangle structure that specifies the location and size of the resulting image. The image is not scaled to fit this rectangle, but retains its original size. If the image is larger than the rectangle, it is clipped to fit inside it. |
See Also