共用方式為


DbGeometry.Intersection(DbGeometry) 方法

定義

計算這個 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

應該針對此幾何值計算與這個值的交集。

傳回

表示這個幾何值與 other 之間交集的新 DbGeometry 值。

例外狀況

適用於