This document is archived and information here might be outdated. Recommended version. |
Computes the scale of the specified map, at the given map extent, for an image with the given size.
[Visual Basic .NET] Public Function ComputeScale ( _ ByVal mapDesc As IMapDescription, _ ByVal mapDisplay As IImageDisplay _ ) As Double
[C#] public double ComputeScale ( IMapDescription mapDesc, IImageDisplay mapDisplay );
[C++]
HRESULT ComputeScale(
IMapDescription* mapDesc,
IImageDisplay* mapDisplay
);
[C++] Parameters mapDesc [in]
mapDesc is a parameter of type IMapDescription* mapDisplay [in]
mapDisplay is a parameter of type IImageDisplay*