forlang.hlp (Table of Contents; Topic list)
getfillmask
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The getfillmask subroutine returns the current fill mask. The mask
     is an array of eight integers, with each bit of each integer
     representing a pixel. The result is similar to an 8-by-8 bit array.
     A 1 bit sets the corresponding pixel to the current color, while a
     0 bit leaves the pixel unchanged.
 
     The mask is repeated over the entire fill area. If no fill mask is
     set, or if <mask> is all zeros, a solid (unpatterned) fill is
     performed using the current color.
 
     Return Value
 
     None.
                                    -♦-