RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBrush Class

TBrush represents the color and pattern used to fill solid shapes.

Pascal
TBrush = class(TGraphicsObject);
C++
class TBrush : public TGraphicsObject;

TBrush encapsulates the Windows brush object (HBRUSH) and is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!