Returns the smallest possible rectangle containing both of the specified rectangles, but only if the rectangles are non-empty.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static Rect UnionNonEmptyRects ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function UnionNonEmptyRects( _ |
The first rectangle.
The second rectangle.
A .NET Rect instance that represents the union of the specified arguments.
See Also