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