NAME

NtGdiCreateRectRgn  (WIN32U.@)

SYNOPSIS

 HRGN NtGdiCreateRectRgn
 (
  INT left,
  INT top,
  INT right,
  INT bottom
 )

DESCRIPTION

Creates a simple rectangular region.

PARAMS

left [In] Left coordinate of rectangle.
top [In] Top coordinate of rectangle.
right [In] Right coordinate of rectangle.
bottom [In] Bottom coordinate of rectangle.

RETURNS

Success: Handle to region.

Failure: NULL.

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.