Method GetBuffered
GetBuffered(Double, SpatialContext)
Returns a buffered version of this shape. The buffer is usually a rounded-corner buffer, although some shapes might buffer differently. This is an optional operation.
Declaration
IShape GetBuffered(double distance, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.Double | distance | |
SpatialContext | ctx |
Returns
Type | Description |
---|---|
IShape | Not null, and the returned shape should contain the current shape. |