PtInRegion (GDI32.@)
BOOL PtInRegion ( HRGN hrgn, INT x, INT y )
Tests whether the specified point is inside a region.
hrgn | [In] | Region to test. |
x | [In] | X-coordinate of point to test. |
y | [In] | Y-coordinate of point to test. |
Non-zero if the point is inside the region or zero otherwise.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/region.c". source.winehq.org/source/dlls/gdi32/region.c
Debug channel "region".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.