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

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

    Parameters

    p
    a
    b
    See Also