FlatMapMode Constructor

This documentation is no longer available on MSDN, however it is available as a CHM download.

Initializes a new instance of the FlatMapMode class.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
Protected Sub New ( _
    logicalAreaSizeInScreenSpaceAtLevel1 As Size _
)
protected FlatMapMode (
    Size logicalAreaSizeInScreenSpaceAtLevel1
)
protected:
FlatMapMode (
    Size logicalAreaSizeInScreenSpaceAtLevel1
)
protected FlatMapMode (
    Size logicalAreaSizeInScreenSpaceAtLevel1
)
protected function FlatMapMode (
    logicalAreaSizeInScreenSpaceAtLevel1 : Size
)

Parameters

  • logicalAreaSizeInScreenSpaceAtLevel1
    The size of the available screen space at the most zoomed out level.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

FlatMapMode Class
FlatMapMode Members
Microsoft.Maps.MapControl.Core Namespace