uFlags
Flags that indicate what type of data is in the uCellWidth and uCellHeight parameters. You can use a bitwise OR (|) to specify one flag from each group.
The following are the flags that indicate the type of data in the uCellWidth parameter:
Value |
Meaning |
GLASS_WFRQ |
[$0001] The parameter uCellWidth is the number of cells along the width of the bitmap. |
GLASS_WPER |
[$0002] The parameter uCellWidth is the width of the cell in pixels. |
The following are the flags that indicate the type of data in the uCellHeight parameter:
Value |
Meaning |
GLASS_HFRQ |
[$0010] The parameter uCellHeight is the number of cells along the height of the bitmap. |
GLASS_HPER |
[$0020] The parameter uCellWidth is the height of the cell in pixels. |