gpi12.hlp (Table of Contents; Topic list)
GpiStrokePath (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_GPIPATHS
 
LONG GpiStrokePath(hps, lPath, flOptions)
HPS hps;            /* presentation-space handle */
LONG lPath;         /* stroke path               */
ULONG flOptions;    /* reserved                  */
 
The GpiStrokePath function strokes a path and then draws it using the area
attributes. This function first converts the path to one describing the
envelope of a wide line stroked using the current geometric wide-line
attribute (see the GpiSetLineWidthGeom function).
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hps        Identifies a presentation space.
 
lPath      Specifies the path to stroke.
 
flOptions  Specifies a reserved value; it must be zero.
 
Return Value
 
The return value is GPI_OK or GPI_HITS if the function is successful (it is
GPI_HITS if the detectable attribute is set for the presentation space and a
correlation hit occurs). The return value is GPI_ERROR if an error occurs.
 
See Also
 
GpiBeginPath, GpiEndPath, GpiModifyPath, GpiSetLineWidthGeom