Computes the shortest spatial distance between two objects.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double DistanceToPerimeter(
	Circle circle
)
Visual Basic (Declaration)
Public Function DistanceToPerimeter ( _
	circle As Circle _
) As Double
Visual C++
public:
double DistanceToPerimeter(
	Circle^ circle
)

Parameters

circle
Type: ceometric.VectorGeometry..::.Circle
A circle.

Return Value

Returns the shortest spatial distance from the point to the circumference of circle.

Remarks

This method returns the shortest distance from the point to the circumference of circle.

See Also