根据指定的参数来构造一个 GeoPicture3D 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoPicture3D( string imageFile, Point3D position, double width, double height, double rotationZ ) |
参数
- imageFile
- Type: System..::.String
指定的三维图片几何对象所使用的图片文件的全路径。
- position
- Type: SuperMap.Data..::.Point3D
指定的三维图片几何对象的位置。
- width
- Type: System..::.Double
指定的三维图片几何对象的宽度(旋转前的),单位为米。
- height
- Type: System..::.Double
指定的三维图片几何对象的高度(旋转前的),单位为米。
- rotationZ
- Type: System..::.Double
指定的三维图片几何对象的绕Z轴的旋转角度,单位为度。