Returns the union of two rectangles.
Namespace: MindFusion.Mapping
Package: MindFusion.Mapping
C# 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.