Nevron.Diagram.Maps Namespace / NMapBounds Structure / Union Method / Union(NMapBounds,NMapBounds) Method


Union(NMapBounds,NMapBounds) Method
Syntax
'Declaration
 
Public Overloads Shared Function Union( _
   ByVal mapBounds1 As NMapBounds, _
   ByVal mapBounds2 As NMapBounds _
) As NMapBounds
 
'Usage
 
Dim mapBounds1 As NMapBounds
Dim mapBounds2 As NMapBounds
Dim value As NMapBounds
 
value = NMapBounds.Union(mapBounds1, mapBounds2)

Parameters

mapBounds1
mapBounds2
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