RAD Studio VCL Reference
|
TBrush represents the color and pattern used to fill solid shapes.
TBrush = class(TGraphicsObject);
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!
|