Back to Devexpress

DXBrush Class

corelibraries-devexpress-dot-drawing-73755f41.md

latest2.1 KB
Original Source

DXBrush Class

Base class for brushes.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public abstract class DXBrush :
    IEquatable<DXBrush>,
    IDisposable
vb
Public MustInherit Class DXBrush
    Implements IEquatable(Of DXBrush),
               IDisposable

The following members return DXBrush objects:

Remarks

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

Inheritance

Object DXBrush DXHatchBrush

DXSolidBrush

DXTilingBrush

DXLinearGradientBrush

DXPathGradientBrush

DXTextureBrush

See Also

DXBrush Members

DevExpress.Drawing Namespace