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;

Graphics

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!