Buffer Method (Geometry, Double, Double)
The geometric buffer.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Buffer ( _
operand As Geometry, _
distance As Double, _
tolerance As Double _
) As Geometry
'Usage
Dim instance As SpatialOperations
Dim operand As Geometry
Dim distance As Double
Dim tolerance As Double
Dim returnValue As Geometry
returnValue = instance.Buffer(operand, _
distance, tolerance)
public virtual Geometry Buffer(
Geometry operand,
double distance,
double tolerance
)
public:
virtual Geometry^ Buffer(
Geometry^ operand,
double distance,
double tolerance
)
abstract Buffer :
operand:Geometry *
distance:float *
tolerance:float -> Geometry
override Buffer :
operand:Geometry *
distance:float *
tolerance:float -> Geometry
public function Buffer(
operand : Geometry,
distance : double,
tolerance : double
) : Geometry
Parameters
- operand
Type: System.Spatial..::..Geometry
The operand.
- distance
Type: System..::..Double
The distance to buffer.
- tolerance
Type: System..::..Double
The tolerance of the distance.
Return Value
Type: System.Spatial..::..Geometry
The buffered geometry.