table of contents
other versions
- wheezy 1.4.1-4
PolyBezier(3w) | Wine API | PolyBezier(3w) |
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: FALSEIMPLEMENTATION¶
Declared in "gdi_private.h". Implemented in "dlls/gdi32/painting.c". Debug channel "gdi".Oct 2012 | Wine API |