NAME

NtGdiRectInRegion  (WIN32U.@)

SYNOPSIS

 BOOL NtGdiRectInRegion
 (
  HRGN        hrgn,
  const RECT* rect
 )

DESCRIPTION

Tests if a rectangle is at least partly inside the specified region.

PARAMS

hrgn [In] Region to test.
rect [In] Rectangle to test.

RETURNS

Non-zero if the rectangle is partially 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 Apr 2024.