MapRotateToDatumPointD 方法 |
旋转坐标转基准坐标
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void RotateToDatumPointD(
ref PointD point
)
Public Sub RotateToDatumPointD (
ByRef point As PointD
)
public:
virtual void RotateToDatumPointD(
PointD% point
) sealed
abstract RotateToDatumPointD :
point : PointD byref -> unit
override RotateToDatumPointD :
point : PointD byref -> unit
参数
- point
- 类型: System.DrawingPointD
实现
IMapRotateToDatumPointD(PointD)
参见