Skip to main content

MapControl.CalculateKilometersScale() Method

OBSOLETE

The CalculateKilometersScale method is obsolete now.

Calculates map scale in kilometers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The CalculateKilometersScale method is obsolete now.")]
[PreferableMember("MapControl", "CalculateKilometersScale", "")]
public double CalculateKilometersScale()

Returns

Type Description
Double

A Double value, specifying a kilometers scale of the map.

See Also