获取当前二维面几何对象关于指定线段对称的几何对象,即获取二维面几何对象的镜像。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
参数
- startPoint
- Type: SuperMap.Data..::.Point2D
指定的线段的起点。
- endPoint
- Type: SuperMap.Data..::.Point2D
指定的线段的终点。
返回值
二维面几何对象的镜像。示例
请参见 Geometry.Offset() 方法。