Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2F Structure / DistanceSquared Method

In This Topic
    DistanceSquared Method (Point2F)
    In This Topic
    Gets the square of the distance to the given point.
    Syntax
    'Declaration
     
    Public Function DistanceSquared( _
       ByVal pt As Point2F _
    ) As System.Single
    public System.float DistanceSquared( 
       Point2F pt
    )

    Parameters

    pt
    See Also