home *** CD-ROM | disk | FTP | other *** search
- Type RECT
- Left As Integer
- Top As Integer
- right As Integer
- bottom As Integer
- End Type
- Declare Function IntersectRect Lib "User" (lpDestRect As RECT, lpSrc1Rect As RECT, lpSrc2Rect As RECT) As Integer
- Global rSiz1 As RECT
- Global rSiz2 As RECT
- Global temprect As RECT
- Global rIntersect As RECT
-
-
-