Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b> brush commands</b> http://www.X-Hacker.org [<<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> ];
                                [ RESOURCE | NAME | RESNAME <cBmpRes> ]

                             RELEASE BRUSH <oBrush>

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


 <oBrush>        A reference to the Brush Object.

 <Style>         One of the styles listed below.

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

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

 <cBmpRes>       The name of a BMP in the resource.

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


 DIFFERENT STYLES:

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


See Also: TBrush Class FiveWin.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson