.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PolyBezierTo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPolyBezierTo\fR (GDI32.@) .SH SYNOPSIS BOOL PolyBezierTo ( HDC \fIhdc\fR, const POINT* \fIlppt\fR, DWORD \fIcPoints\fR ) .SH DESCRIPTION .PP Draws one or more Bezier curves. .SH PARAMS hDc \fB[In]\fR Handle to device context. .PP \fIlppt\fR \fB[In]\fR Pointer to endpoints and control points. .PP \fIcPoints\fR \fB[In]\fR Count of endpoints and control points. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"gdi_private.h"\fR. .PP Implemented in \fB"dlls/gdi32/painting.c"\fR. .PP Debug channel \fB"gdi"\fR.