Skip to main content

GraphicsCache.DrawFocusRectangle(Rectangle, Color, Color) Method

Draws a focus rectangle within the specified bounds.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawFocusRectangle(
    Rectangle r,
    Color foreColor,
    Color backColor
)

Parameters

Name Type Description
r Rectangle

The dimensions of the focus area.

foreColor Color

The foreground color of the object to draw the focus rectangle on.

backColor Color

The background color of the object to draw the focus rectangle on.

Remarks

 

See Also