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

In This Topic
    getLinesIntersection Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function getLinesIntersection( _
       ByVal a As IPoint, _
       ByVal b As IPoint, _
       ByVal c As IPoint, _
       ByVal d As IPoint _
    ) As IPoint
    public static IPoint getLinesIntersection( 
       IPoint a,
       IPoint b,
       IPoint c,
       IPoint d
    )

    Parameters

    a
    b
    c
    d
    See Also