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

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

    Parameters

    pt
    See Also