User32IntersectRect Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- refDstRect NativeRectangle
-
A pointer to the NativeRectangle structure that is to receive the intersection of
the rectangles pointed to by the refSrcRect1 and refSrcRect2 parameters.
This parameter cannot be .
- refSrcRect1 NativeRectangle
-
A pointer to the NativeRectangle structure that contains the first source rectangle.
- refSrcRect2 NativeRectangle
-
A pointer to the NativeRectangle structure that contains the second source rectangle.
Boolean
If the rectangles intersect, the return value is
.
If the rectangles do not intersect, the return value is