Returns the distance from this point to the specified point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double Distance ( |
Visual Basic
Copy Code
|
|---|
Public Function Distance( _ |
A Point instance.
A double value representing the distance between the two points.
See Also