Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXBrush Class

Base class for brushes.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public abstract class DXBrush :
    IEquatable<DXBrush>,
    IDisposable

Remarks

A brush is an object used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.

See Also