msos2.hlp (Table of Contents; Topic list)
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.
MARKERBUNDLE (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_GPIPRIMITIVES
 
typedef struct _MARKERBUNDLE {    /* mbnd */
    LONG   lColor;
    LONG   lBackColor;
    USHORT usMixMode;
    USHORT usBackMixMode;
    USHORT usSet;
    USHORT usSymbol;
    SIZEF  sizfxCell;
} MARKERBUNDLE;
 
The MARKERBUNDLE structure contains information about the current marker in
the application's presentation space. When the application draws a marker
using with the GpiMarker or the GpiPolyMarker function, MS OS/2 uses the
color, mix mode, character set, character symbol, and cell values found in
this structure.
 
Field          Description
────────────────────────────────────────────────────────────────────────────
 
lColor         Specifies the foreground-marker color.
 
lBackColor     Specifies the background-marker color.
 
usMixMode      Specifies the foreground mix mode.
 
usBackMixMode  Specifies the background mix mode.
 
usSet          Specifies the local identifier for the font. This field
               should be set only if the application requires a custom
               marker using a symbol or character from the specified font.
 
usSymbol       Specifies the code-point for a character or symbol in the
               font. This field should be set only if the application
               requires a custom marker using the specified character or
               symbol from the specified font.
 
sizfxCell      Specifies the marker-box dimensions (in world coordinates).
 
See Also
 
GpiMarker, GpiPolyMarker, GpiQueryAttrs, GpiQueryMarker, GpiQueryMarkerBox,
GpiQueryMarkerSet, GpiSetAttrs, GpiSetMarker, GpiSetMarkerBox,
GpiSetMarkerSet, SIZEF