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

In This Topic
    farthestPoint Method (Vector)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function farthestPoint( _
       ByVal points As List(Of IPoint), _
       ByVal dir As Vector _
    ) As Vector
    public static Vector farthestPoint( 
       List<IPoint> points,
       Vector dir
    )

    Parameters

    points
    dir
    See Also