Skip to main content

BrushObject.GetBrush(RectangleF2D) Method

Gets a System.Drawing.Brush object that is set up in the same manner as the current object.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public virtual DXBrush GetBrush(
    RectangleF2D rect
)

Parameters

Name Type Description
rect DevExpress.XtraGauges.Core.Base.RectangleF2D

A rectangle that defines the region for the brush.

Returns

Type
DXBrush
See Also