Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void DrawIcon(
    Icon icon,
    Rectangle targetRect
)

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