Computes the shortest spatial distance between two objects.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public double DistanceToPerimeter( Ellipse ellipse ) |
Visual Basic (Declaration) |
---|
Public Function DistanceToPerimeter ( _ ellipse As Ellipse _ ) As Double |
Visual C++ |
---|
public: double DistanceToPerimeter( Ellipse^ ellipse ) |
Parameters
- ellipse
- Type: ceometric.VectorGeometry..::.Ellipse
An ellipse.
Return Value
Returns the minimum spatial distance between the point and ellipse.Return Value
Returns the shortest spatial distance from the point to the circumference of ellipse.Remarks
This method returns the shortest distance from the point to the circumference of ellipse.