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

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

    Parameters

    from
    to
    See Also