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