Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapProjection Class / Initialize Method
The bounds of the map.
The bounds of the canvas where the map is rendered.


In This Topic
    Initialize Method (NMapProjection)
    In This Topic
    Initialize the projection.
    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
    The bounds of the map.
    totalMapBounds
    The bounds of the canvas where the map is rendered.
    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