DbGeometry.Intersection(DbGeometry) Método

Definição

Calcula a interseção deste valor DbGeometry com outro valor 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

Parâmetros

other
DbGeometry

O valor geométrico para o qual deve ser calculado a interseção com este valor.

Devoluções

Um novo valor DbGeometry que representa a interseção entre este valor geométrico e other.

Exceções

Aplica-se a