Fill Solid Shapes With .Brush
April 14, 2021
.Brush represents the color and pattern used to fill solid shapes.
Brush encapsulates the Windows brush object (HBRUSH) and is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern.
Here is the working example of the implementation of DelphiVCL.ColorBox:
# Colorbox creation
clbSelect =…