RectInRegion function gdi32
The RectInRegion function determines whether any part of the specified rectangle is within the boundaries of a region.
BOOL RectInRegion(
HRGN hrgn,
const RECT *lprect
);
Implementation
int RectInRegion(int hrgn, Pointer<RECT> lprect) => _RectInRegion(hrgn, lprect);