GraphicsCache.DrawIcon(Icon, Rectangle) Method
Draws the image represented by the specified Icon within the area specified by a Rectangle structure.
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 on the display surface. The image contained in the icon parameter is scaled to the dimensions of this rectangular area. |
See Also