◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── The _setfillmask function sets the current fill mask, which determines the fill pattern. The mask is an 8-by-8 array of bits, in which each bit represents a pixel. 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 (<mask> is NULL──the default), a solid (unpatterned) fill is performed using the current color. Return Value None. -♦-