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