.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinGCreateHalfToneBrush16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinGCreateHalfToneBrush16\fR (WING.1008) .SH SYNOPSIS HBRUSH16 WinGCreateHalfToneBrush16 ( HDC16 \fIwinDC\fR, COLORREF \fIcol\fR, WING_DITHER_TYPE \fItype\fR ) .SH DESCRIPTION .PP Create a half tone brush for a WinG device context. .SH PARAMS \fIwinDC\fR \fB[In]\fR WinG device context. .PP \fIcol\fR \fB[In]\fR Color. .PP \fItype\fR \fB[In]\fR Desired dithering \fItype\fR. .PP .SH RETURNS .PP \fBSuccess:\fR A handle to the created brush. .PP \fBFailure:\fR A \fBNULL\fR handle. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/wing.dll16/wing.c"\fR. .PP Debug channel \fB"wing"\fR.