NAME

PolyBezierTo  (GDI32.@)

SYNOPSIS

 BOOL PolyBezierTo
 (
  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 "wingdi.h".

Implemented in "dlls/gdi32/painting.c". source.winehq.org/source/dlls/gdi32/painting.c

Debug channel "gdi".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.