Returns the smallest possible rectangle containing both of the specified rectangles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public static Rect UnionRects ( |
Visual Basic Copy Code |
---|
Public Shared Function UnionRects( _ |
The first rectangle.
The second rectangle.
A System.Windows.Rect instance that represents the union of the specified arguments.