Skip to content

MapArguments

Inheritance Hierarchy

  • Object
  • MapArguments

Members Summary

Public Constructors Summary

Name
MapArguments()
MapArguments(RectangleShape,GeographyUnit,Single,Single)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
CurrentExtent RectangleShape Gets or sets the current extent.
CurrentResolution Double Gets or sets a double value that indicates the current resolution of the map.
CurrentScale Double Gets or sets a double value that indicates the current scale of the map.
CustomData Dictionary<String,Object> Gets the custom data.
MapUnit GeographyUnit Gets or sets the GeographyUnit for the map.
MaximumScale Double N/A
MinimumScale Double N/A
ScaleFactor Single Gets or sets the scale factor, this is a value number of device pixels per logical coordinate point.
ScreenHeight nfloat Gets or sets the height of current map object in screen coordinate.
ScreenWidth nfloat Gets or sets the width of current map object in screen coordinate.
ZoomLevelSet ZoomLevelSet Gets or sets the zoom level set.

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
MapArguments()
MapArguments(RectangleShape,GeographyUnit,Single,Single)

Protected Constructors

Public Properties

CurrentExtent

Summary

Gets or sets the current extent.

Remarks

N/A

Return Value

RectangleShape


CurrentResolution

Summary

Gets or sets a double value that indicates the current resolution of the map.

Remarks

N/A

Return Value

Double


CurrentScale

Summary

Gets or sets a double value that indicates the current scale of the map.

Remarks

N/A

Return Value

Double


CustomData

Summary

Gets the custom data.

Remarks

N/A

Return Value

Dictionary<String,Object>


MapUnit

Summary

Gets or sets the GeographyUnit for the map.

Remarks

N/A

Return Value

GeographyUnit


MaximumScale

Summary

N/A

Remarks

N/A

Return Value

Double


MinimumScale

Summary

N/A

Remarks

N/A

Return Value

Double


ScaleFactor

Summary

Gets or sets the scale factor, this is a value number of device pixels per logical coordinate point.

Remarks

The coordinate space used by application developers is measured in logical points. High-resolution (Retina) displays will have more than a single physical pixel per logical point and this property specifies the scale factor.

Return Value

Single


ScreenHeight

Summary

Gets or sets the height of current map object in screen coordinate.

Remarks

N/A

Return Value

nfloat


ScreenWidth

Summary

Gets or sets the width of current map object in screen coordinate.

Remarks

N/A

Return Value

nfloat


ZoomLevelSet

Summary

Gets or sets the zoom level set.

Remarks

N/A

Return Value

ZoomLevelSet


Protected Properties

Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events