Returns the union of two rectangles.
Namespace: MindFusion.Mapping Assembly: MindFusion.Mapping
Syntax
C#
Copy Code
|
---|
public static Rect Union ( Rect rect1, Rect rect2 ) |
Visual Basic
Copy Code
|
---|
Public Shared Function Union( _ rect1 As Rect, _ rect2 As Rect _ ) As Rect |
Parameters
Return Value
A Rect instance representing the union of specified rectangles.
See Also
|