Returns the union of two rectangles.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public static Rect Union ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Union( _ |
Specifies the first rectangle.
Specifies the second rectangle.
A Rect instance representing the union of specified rectangles.
See Also