将地图平移指定的距离。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public void Pan(
	double offsetX,
	double offsetY
)

参数

offsetX
Type: System..::.Double
X方向上的移动距离,单位为坐标单位。
offsetY
Type: System..::.Double
Y方向上的移动距离,单位为坐标单位。

请参见