Skip to main content

GraphicsCache.DrawRectangle(Rectangle, Color, Int32) Method

Draws a rectangle 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 DrawRectangle(
    Rectangle rect,
    Color color,
    int thickness
)

Parameters

Name Type Description
rect Rectangle

A Rectangle structure that represents the rectangle to draw.

color Color

A Color structure that indicates the color of the Pen used to draw the rectangle.

thickness Int32

A value indicating the width of the Pen used to draw the rectangle.

See Also