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

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

    Parameters

    pt
    See Also