Intersection Method (Geometry, Geometry)
The geometric intersection.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Intersection ( _
operand1 As Geometry, _
operand2 As Geometry _
) As Geometry
'Usage
Dim instance As SpatialOperations
Dim operand1 As Geometry
Dim operand2 As Geometry
Dim returnValue As Geometry
returnValue = instance.Intersection(operand1, _
operand2)
public virtual Geometry Intersection(
Geometry operand1,
Geometry operand2
)
public:
virtual Geometry^ Intersection(
Geometry^ operand1,
Geometry^ operand2
)
abstract Intersection :
operand1:Geometry *
operand2:Geometry -> Geometry
override Intersection :
operand1:Geometry *
operand2:Geometry -> Geometry
public function Intersection(
operand1 : Geometry,
operand2 : Geometry
) : Geometry
Parameters
- operand1
Type: System.Spatial..::..Geometry
The operand 1.
- operand2
Type: System.Spatial..::..Geometry
The operand 2.
Return Value
Type: System.Spatial..::..Geometry
The operation result.