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
C# Copy Code |
---|
public static Rect UnionNonEmptyRects ( |
Visual Basic Copy Code |
---|
Public Shared Function UnionNonEmptyRects( _ |
The first rectangle.
The second rectangle.
A Rectangle instance that represents the union of the specified arguments.
This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |