次の方法で共有


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

この値との交差を計算する必要がある geometry 値。

戻り値

この geometry 値と other の間の交差を表す新しい DbGeometry 値。

例外

適用対象