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