DbGeometry.Intersection(DbGeometry) 方法
定义
计算此 DbGeometry 值和其他 DbGeometry 值的交集。Computes the intersection of this DbGeometry value and another DbGeometry value.
public:
System::Data::Spatial::DbGeometry ^ Intersection(System::Data::Spatial::DbGeometry ^ other);
public System.Data.Spatial.DbGeometry Intersection (System.Data.Spatial.DbGeometry other);
member this.Intersection : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public Function Intersection (other As DbGeometry) As DbGeometry
参数
- other
- DbGeometry
与该值的交集应被计算出来的几何图形值。The geometry value for which the intersection with this value should be computed.
返回
一个新的 DbGeometry 值,它代表此几何值和 other 之间的交集。A new DbGeometry value representing the intersection between this geometry value and other.
例外
other