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

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

语法

C#
public Point LayoutToPixel(
	Point2D point
)

参数

point
Type: SuperMap.Data..::.Point2D
待转换成像素坐标的布局坐标值。

返回值

像素坐标。

请参见