Show: Delphi
C++
Display Preferences
Vcl.Graphics.TBrush
From XE2 API Documentation
Delphi
TBrush = class(TGraphicsObject)
C++
class PASCALIMPLEMENTATION TBrush : public TGraphicsObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
TBrush represents the color and pattern used to fill solid shapes.
TBrush encapsulates the Windows brush object (HBRUSH) and is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern.