Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
PtInRect
win32gui
.PtInRect
boolean =
PtInRect(
rect
, point
)
Determines if a rectangle contains a point
Parameters
rect
: (int, int, int, int)
The rect to check
point
: (int,int)
The point