ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / Union Method

In This Topic
    Union Method (ImageRect)
    In This Topic
    Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
    Syntax
    'Declaration
     
    Public Shared Function Union( _
       ByVal a As ImageRect, _
       ByVal b As ImageRect _
    ) As ImageRect
    public static ImageRect Union( 
       ImageRect a,
       ImageRect b
    )

    Parameters

    a
    b
    See Also