根据指定的参数来构造一个 GeoPicture 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoPicture( string imageFile, Point2D center, double width, double height, double rotation ) |
参数
- imageFile
- Type: System..::.String
图片文件的全路径。
- center
- Type: SuperMap.Data..::.Point2D
指定的中心点。
- width
- Type: System..::.Double
指定的宽度(旋转前)。
- height
- Type: System..::.Double
指定的高度(旋转前)。
- rotation
- Type: System..::.Double
旋转角度。二维图片几何对象的形状是矩形,其旋转基点为该矩形的中心点。