1
1001
Unregistered / Unconfirmed
GUEST, unregistred user!
API函数
BOOL PtInRegion(
HRGN hrgn, // handle to region
int X, // x-coordinate of point
int Y // y-coordinate of point
)
最好举一个DELPHI使用该函数的例子(主要是参数HRGN怎样填写)
BOOL PtInRegion(
HRGN hrgn, // handle to region
int X, // x-coordinate of point
int Y // y-coordinate of point
)
最好举一个DELPHI使用该函数的例子(主要是参数HRGN怎样填写)