根据指定的参数来构造一个 GeoMapScale 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoMapScale( Point2D leftBottom, double width, double height ) |
参数
- leftBottom
- Type: SuperMap.Data..::.Point2D
指定的地图比例尺几何对象的左下角点。
- width
- Type: System..::.Double
指定的宽度。单位:0.1毫米。
- height
- Type: System..::.Double
指定的高度。单位:0.1毫米。