Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleD Structure / Union Method


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

    Parameters

    a
    b
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also