将布局中指定点的坐标转换为像素坐标。

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

语法

C#
public PointF LayoutToPrinter(
	Point2D point2d
)

参数

point2d
Type: SuperMap.Data..::.Point2D
要转换坐标的指定点。

返回值

返回转换后的坐标。

请参见