将地图中指定点的屏幕坐标转换为逻辑坐标。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public Point2D PixelToLogical( Point point ) |
参数
- point
- Type: System.Drawing..::.Point
要转换坐标的指定点。
C# |
---|
public Point2D PixelToLogical( Point point ) |