ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / DistanceSquared Method

In This Topic
    DistanceSquared Method (Point2D)
    In This Topic
    Gets the square of the distance to the given point.
    Syntax
    'Declaration
     
    Public Function DistanceSquared( _
       ByVal pt As Point2D _
    ) As Double
    public double DistanceSquared( 
       Point2D pt
    )

    Parameters

    pt
    See Also