Nevron.Diagram.Maps Namespace / NMapProjection Class / Initialize Method


In This Topic
    Initialize Method (NMapProjection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal mapBounds As NMapBounds, _
       ByVal totalMapBounds As NMapBounds, _
       ByVal canvasBounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NMapProjection
    Dim mapBounds As NMapBounds
    Dim totalMapBounds As NMapBounds
    Dim canvasBounds As NRectangleF
     
    instance.Initialize(mapBounds, totalMapBounds, canvasBounds)

    Parameters

    mapBounds
    totalMapBounds
    canvasBounds
    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