DbGeometry.Intersection(DbGeometry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算此 DbGeometry 值和另一个 DbGeometry 值的交集。
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
应计算其与此值的交集的几何图形值。
返回
一个新的 DbGeometry 值,表示此几何值与 other.
例外
other