.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PtInRegion 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPtInRegion\fR (GDI32.@) .SH SYNOPSIS BOOL PtInRegion ( HRGN \fIhrgn\fR, INT \fIx\fR, INT \fIy\fR ) .SH DESCRIPTION .PP Tests whether the specified point is inside a region. .SH PARAMS \fIhrgn\fR \fB[In]\fR Region to test. .PP \fIx\fR \fB[In]\fR X-coordinate of point to test. .PP \fIy\fR \fB[In]\fR Y-coordinate of point to test. .PP .SH RETURNS .PP Non-zero if the point is inside the region or zero otherwise. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/region.c"\fR. .PP Debug channel \fB"region"\fR.