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