Xamarin Pack Programmer's Guide
InternalUtils.UnionNonEmptyRects Method
See Also
 






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

 Syntax

C#  Copy Code

public static Rectangle UnionNonEmptyRects (
    Rectangle rc1,
    Rectangle rc2
)

Visual Basic  Copy Code

Public Shared Function UnionNonEmptyRects( _
    rc1 As Rectangle, _
    rc2 As Rectangle _
) As Rectangle

 Parameters

rc1

The first rectangle.

rc2

The second rectangle.

 Return Value

A Rectangle instance that represents the union of the specified arguments.

 Remarks

This method supports the MindFusion.Diagramming for Xamarin infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace