将像素坐标转换成布局坐标。布局的坐标单位为逻辑单位,即0.1毫米。

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

语法

C#
public Point2D PixelToLayout(
	Point point
)

参数

point
Type: System.Drawing..::.Point
待转换成布局坐标的像素坐标值。

返回值

布局坐标。

请参见