NAME

NtGdiPtInRegion  (WIN32U.@)

SYNOPSIS

 BOOL NtGdiPtInRegion
 (
  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

Declared in "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/region.c". https://source.winehq.org/source/dlls/win32u/region.c

Debug channel "region".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.