Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

public virtual Brush GetBrush(
    RectangleF2D rect
)

Parameters

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

A rectangle that defines the region for the brush.

Returns

Type Description
Brush

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

See Also