GeoMathHelperGetMMPixel 方法 |
计算MMPixel
命名空间:
GISShare.SMap.Core
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static double GetMMPixel(
double dScale,
double dResolution
)
Public Shared Function GetMMPixel (
dScale As Double,
dResolution As Double
) As Double
public:
static double GetMMPixel(
double dScale,
double dResolution
)
static member GetMMPixel :
dScale : float *
dResolution : float -> float
参数
- dScale
- 类型: SystemDouble
地图比例尺的分母部分 - dResolution
- 类型: SystemDouble
分辨率的分母部分
返回值
类型:
Double返回MMPixel
参见