User32UnionRect(NativeRectangle, NativeRectangle, NativeRectangle) Method
Creates the union of two rectangles. The union is the smallest rectangle that contains both source rectangles.
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 NativeRectangle that will receive a rectangle containing the rectangles pointed to by the
refSrcRect1 and refSrcRect2 parameters.
- refSrcRect1 NativeRectangle
-
A NativeRectangle that contains the first source rectangle.
- refSrcRect2 NativeRectangle
-
A NativeRectangle that contains the second source rectangle.
Boolean
If the specified structure contains a nonempty rectangle, the return value is
.
If the specified structure does not contain a nonempty rectangle, the return value is
.
To get extended error information, call
GetLastWin32Error.