PolyBezier.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PolyBezier (GDI32.@)

SYNOPSIS

BOOL PolyBezier
 (
  HDC          hdc,
  const POINT* lppt,
  DWORD        cPoints
 )

DESCRIPTION

Draws one or more Bezier curves.

PARAMS

hDc [In] Handle to device context.

lppt [In] Pointer to endpoints and control points.

cPoints [In] Count of endpoints and control points.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/painting.c".

Debug channel "gdi".