Nevron.Diagram.Maps Namespace / NMapBounds Structure / NMapBounds Constructor


NMapBounds Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal minLongitude As System.Double, _
   ByVal maxLongitude As System.Double, _
   ByVal minLatitude As System.Double, _
   ByVal maxLatitude As System.Double _
)
 
'Usage
 
Dim minLongitude As System.Double
Dim maxLongitude As System.Double
Dim minLatitude As System.Double
Dim maxLatitude As System.Double
 
Dim instance As New NMapBounds(minLongitude, maxLongitude, minLatitude, maxLatitude)

Parameters

minLongitude
maxLongitude
minLatitude
maxLatitude
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