Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
AREABUNDLE (1.2)
◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_GPIPRIMITIVES
typedef struct _AREABUNDLE { /* pbnd */
LONG lColor;
LONG lBackColor;
USHORT usMixMode;
USHORT usBackMixMode;
USHORT usSet;
USHORT usSymbol;
POINTL ptlRefPoint;
} AREABUNDLE;
The AREABUNDLE structure contains fields that describe the current fill
pattern of the presentation space. MS OS/2 uses this fill pattern when the
application constructs areas or paths.
Field Description
────────────────────────────────────────────────────────────────────────────
lColor Specifies the foreground color of the area fill pattern.
lBackColor Specifies the background color of the area fill pattern.
usMixMode Specifies the foreground mix mode the system uses when it
combines the foreground fill-pattern color with the current
drawing-surface color.
usBackMixMode Specifies the background mix mode the system uses when it
combines the background fill-pattern color with the current
drawing surface color.
usSet Specifies the local identifier value for the fill-pattern
bitmap or font.
usSymbol Specifies the character or symbol code-point. This field is
useful only if the fill pattern is generated from a character
or symbol in an image font.
ptlRefPoint Points to the POINTL structure that contains the coordinates
of the pattern reference point.
See Also
GpiQueryAttrs, GpiQueryPattern, GpiQueryPatternRefPoint, GpiQueryPatternSet,
GpiSetAttrs, GpiSetPattern, GpiSetPatternRefPoint, GpiSetPatternSet, POINTL
♦