IDisplayRotateToDatumXY 方法 |
旋转坐标转基准坐标
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void RotateToDatumXY(
ref double dX,
ref double dY
)
Sub RotateToDatumXY (
ByRef dX As Double,
ByRef dY As Double
)
void RotateToDatumXY(
double% dX,
double% dY
)
abstract RotateToDatumXY :
dX : float byref *
dY : float byref -> unit
参数
- dX
- 类型: SystemDouble
- dY
- 类型: SystemDouble
参见