Click or drag to resize

RectangleDistance Method (Point)

Return the distance between this rectangle and the passed point. If the rectangle contains the point, the distance is zero.

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public double Distance(
	Point p
)

Parameters

p
Type: VelocityDBExtensions.SpatialPoint
Point to find the distance to

Return Value

Type: Double
return distance beween this rectangle and the passed point.
See Also