Returns the distance between the current VectorRectangle object and the given point.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public double GetDistance( Vector p )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetDistance ( _ p As Vector _ ) As Double  | 
| Visual C++ | 
|---|
public: double GetDistance( Vector p )  |