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