Jump to content

GpiSetDrawingMode

From EDM2
Revision as of 04:34, 28 January 2020 by Ak120 (talk | contribs) (Created page with "This function sets the drawing mode to control the handling of subsequent individual drawing primitive and attribute calls. ==Syntax== HPS hps; /* Presentation-space...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets the drawing mode to control the handling of subsequent individual drawing primitive and attribute calls.

Syntax

HPS     hps;    /*  Presentation-space handle. */
LONG    lMode;  /*  Mode to be used for subsequent drawing calls. */
BOOL    rc;     /*  Success indicator. */