ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double
    public System.double DistanceSquared( 
       Point2D pt
    )

    Parameters

    pt
    See Also