PolyBezierTo(3w)
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 "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/painting.c".
- Debug channel "gdi".