PolyBezier (GDI32.@)
BOOL PolyBezier ( HDC hdc, const POINT* lppt, DWORD cPoints )
Draws one or more Bezier curves.
hDc | [In] | Handle to device context. |
lppt | [In] | Pointer to endpoints and control points. |
cPoints | [In] | Count of endpoints and control points. |
Success: TRUE
Failure: FALSE
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.