ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ShapeUtil Class / DisPointToSegement Method

In This Topic
    DisPointToSegement Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DisPointToSegement( _
       ByVal p As IPoint, _
       ByVal a As IPoint, _
       ByVal b As IPoint _
    ) As Double
    public static double DisPointToSegement( 
       IPoint p,
       IPoint a,
       IPoint b
    )

    Parameters

    p
    a
    b
    See Also