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

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

    Parameters

    a
    b
    See Also