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