Overview
Previous
Next
Brushes are graphic objects which are used to draw filled shapes.
To reference the actual brush use the Value property.
Example:
brush1.New1 (cRed)
drawer.FillRectangle (brush1.Value, rect1.Value)