OEMStrokePath function (printoem.h)
The OEMStrokePath function strokes a path.
Syntax
BOOL OEMStrokePath(
SURFOBJ *pso,
PATHOBJ *ppo,
CLIPOBJ *pco,
XFORMOBJ *pxo,
BRUSHOBJ *pbo,
POINTL *pptlBrushOrg,
LINEATTRS *plineattrs,
MIX mix
);
Parameters
pso
Defines the SURFOBJ parameter pso.
ppo
Defines the PATHOBJ parameter ppo.
pco
Defines the CLIPOBJ parameter pco.
pxo
Defines the XFORMOBJ parameter pxo.
pbo
Defines the BRUSHOBJ parameter pbo.
pptlBrushOrg
Defines the POINTL parameter pptlBrushOrg.
plineattrs
Defines the LINEATTRS parameter plineattrs.
mix
Defines the MIX parameter mix.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |