PtInRegion(3w)
NAME
PtInRegion (GDI32.@)
SYNOPSIS
BOOL PtInRegion ( HRGN hrgn, INT x, INT y )
DESCRIPTION
Tests whether the specified point is inside a region.
PARAMS
hrgn [In] Region to test.
x [In] X-coordinate of point to test.
y [In] Y-coordinate of point to test.
RETURNS
Non-zero if the point is inside the region or zero otherwise.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/region.c".
- Debug channel "region".