将指定点的屏幕坐标转换为逻辑坐标。

命名空间:  SuperMap.Layout
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
public Point2D PixelToLogical(
	Point point
)

参数

point
Type: System.Drawing..::.Point
待转换成逻辑坐标的屏幕坐标值。

返回值

屏幕坐标。

请参见