<< SL_SetBackPen | SL_SetLineStyle >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetFillStyle
NAME
SL_SetFillStyle -- sets the fill pattern.
SYNOPSIS
SL_SetFillStyle(winhandle, pattern);
A0 A1
void SL_SetFillStyle(WINHANDLE, UBYTE *);
FUNCTION
Sets the fill pattern to be used by SL_DrawFillBox and
SL_DrawFilledEllipse. The fill pattern is taken from the
pattern array. A 1 bit represents an on pixel and a 0 bit
represents an off pixel. Each element of the array is one
row. There are 8 rows and 8 columns represented by the
array.
INPUTS
winhandle - as returned by SL_CreateWindowA.
pattern - This is a 8 element array of UBYTES that describes
a pattern that is 8x8 in size.
If this is NULL then the pattern is set to all on.
(essentially no pattern).
SEE ALSO
SL_SetLineStyle
SL_SetFillStyle Command Section By Type url:SL_SetFillStyle
created:2008-03-01 23:36:24 last updated:2008-03-01 23:36:24
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SetFillStyle | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetBackPen | SL_SetLineStyle >> |
Top: Documentation Library | Up: SoftLogik App Library API |