OEMLineTo function (printoem.h)

The OEMLineTo function draws a single, solid, integer-only cosmetic line.

Syntax

BOOL OEMLineTo(
  SURFOBJ  *pso,
  CLIPOBJ  *pco,
  BRUSHOBJ *pbo,
  LONG     x1,
  LONG     y1,
  LONG     x2,
  LONG     y2,
  RECTL    *prclBounds,
  MIX      mix
);

Parameters

pso

Defines the SURFOBJ parameter pso.

pco

Defines the CLIPOBJ parameter pco.

pbo

Defines the BRUSHOBJ parameter pbo.

x1

Defines the LONG parameter x1.

y1

Defines the LONG parameter y1.

x2

Defines the LONG parameter x2.

y2

Defines the LONG parameter y2.

prclBounds

Defines the RECTL parameter prclBounds.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)