ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 Single
    public float Distance( 
       Point2F pt
    )

    Parameters

    pt
    See Also