[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Brush Commands
--------------------------------------------------------------------------------

 Defining a Brush from       DEFINE BRUSH <oBrush> ;
 source code                    [ STYLE  <Style> ] ;
                                [ COLOR <nRGBColor> ] ;
                                [ FILE | FILENAME | DISK <cBmpFile> ]

 Asigning a Brush to an      SET BRUSH ;
 Window                         [ OF <oWnd> ] ;
                                [ TO <oBrush> ]


 <oBrush>        A reference to the Brush Object.

 <Style>         One of the below styles.

 <nRGBColor>     A color in format RGB. Use nRGB() function.

 <cBmpFile>      The name of a BMP file to use to build the Brush.

 <oWnd>          A reference to the owner Window of the Brush.


 DIFERENT STYLES:

 New styles:      BORLAND, TILED, BRICKS
 Standard styles: DIAGONAL, HORIZONTAL, VERTICAL, FDIAGONAL, BDIAGONAL,
                  CROSS, DIAGCROSS

See Also: TBrush Class Brush.ch
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson